Skip to content

Commit e09106c

Browse files
committed
Increase default MaxPendingPayloads to 240
1 parent 4806997 commit e09106c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BosunReporter/BosunOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class BosunOptions
3030
/// <summary>
3131
/// The maximum number of payloads which can be queued for sending before they start being dropped.
3232
/// </summary>
33-
public int MaxPendingPayloads = 120;
33+
public int MaxPendingPayloads = 240;
3434
/// <summary>
3535
/// If true, BosunReporter will throw an exception every time posting to the Bosun API fails.
3636
/// </summary>

0 commit comments

Comments
 (0)