We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4806997 commit e09106cCopy full SHA for e09106c
BosunReporter/BosunOptions.cs
@@ -30,7 +30,7 @@ public class BosunOptions
30
/// <summary>
31
/// The maximum number of payloads which can be queued for sending before they start being dropped.
32
/// </summary>
33
- public int MaxPendingPayloads = 120;
+ public int MaxPendingPayloads = 240;
34
35
/// If true, BosunReporter will throw an exception every time posting to the Bosun API fails.
36
0 commit comments