We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44289c6 commit d059271Copy full SHA for d059271
src/ServiceControl.Transports.ASBS/AzureQuery.cs
@@ -260,7 +260,10 @@ async Task<MetricsClient> InitializeMetricsClient(CancellationToken cancellation
260
{
261
Audience = metricsClientAudience,
262
Transport = new HttpClientTransport(
263
- new HttpClient(new SocketsHttpHandler { PooledConnectionIdleTimeout = TimeSpan.FromMinutes(2) }))
+ new HttpClient(new SocketsHttpHandler
264
+ {
265
+ PooledConnectionIdleTimeout = TimeSpan.FromMinutes(2)
266
+ }))
267
});
268
}
269
0 commit comments