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 b31322c commit abdc246Copy full SHA for abdc246
src/SplunkLogger/Configurations/HECConfiguration.cs
@@ -14,9 +14,9 @@ public enum ChannelIdOption
14
}
15
16
/// <summary>
17
- /// Gets or sets the batch interval in miliseconds.
+ /// Gets or sets the batch interval in miliseconds (default 1000).
18
/// </summary>
19
- public uint BatchIntervalInMiliseconds { get; set; }
+ public uint BatchIntervalInMiliseconds { get; set; } = 1000;
20
21
22
/// Gets or sets the batch size count.
0 commit comments