You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/usage.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,7 @@ The following are used for instances when a TransportException is thrown - Trans
117
117
118
118
* respawn_delay: Default ``3``. Initial respawn delay for exponential backoff
119
119
* max_failure: Default ``7``. Max failures before exponential backoff terminates
120
+
* max_queue_size: Default ``100``. Max log entries Beaver can store in it's queue before backing off until they have been transmitted
120
121
121
122
The following configuration keys are for SinceDB support. Specifying these will enable saving the current line number in an sqlite database. This is useful for cases where you may be restarting the Beaver process, such as during a logrotate.
0 commit comments