Skip to content

Commit a73f364

Browse files
committed
1 parent b2b7dc3 commit a73f364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Serilog.Sinks.UDP/Sinks/Splunk/SplunkUdpSinkConnectionInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ public class SplunkUdpSinkConnectionInfo
4242

4343

4444
///<summary>
45-
/// The time to wait between checking for event batches. Defaults to 2 seconds.
45+
/// The time to wait between checking for event batches. Defaults to 10 seconds.
4646
/// </summary>
47-
public TimeSpan Period { get; set; } = TimeSpan.FromSeconds(2);
47+
public TimeSpan Period { get; set; } = TimeSpan.FromSeconds(10);
4848

4949

5050
/// <summary>

0 commit comments

Comments
 (0)