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 3aba75a commit 3269e5fCopy full SHA for 3269e5f
CentralizedLogging.Sdk/Configuration/CentralizedLoggingOptions.cs
@@ -12,7 +12,7 @@ public sealed class CentralizedLoggingOptions
12
public Uri? BaseAddress { get; set; }
13
14
/// <summary>HttpClient timeout (default 30s).</summary>
15
- public TimeSpan Timeout { get; set; } = TimeSpan.FromSeconds(30);
+ public TimeSpan Timeout { get; set; } = TimeSpan.FromMinutes(2);
16
17
/// <summary>Enable Polly resilience policies.</summary>
18
public bool EnableResiliencePolicies { get; set; } = true;
0 commit comments