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 b2b7dc3 commit a73f364Copy full SHA for a73f364
src/Serilog.Sinks.UDP/Sinks/Splunk/SplunkUdpSinkConnectionInfo.cs
@@ -42,9 +42,9 @@ public class SplunkUdpSinkConnectionInfo
42
43
44
///<summary>
45
- /// The time to wait between checking for event batches. Defaults to 2 seconds.
+ /// The time to wait between checking for event batches. Defaults to 10 seconds.
46
/// </summary>
47
- public TimeSpan Period { get; set; } = TimeSpan.FromSeconds(2);
+ public TimeSpan Period { get; set; } = TimeSpan.FromSeconds(10);
48
49
50
/// <summary>
0 commit comments