Skip to content

Commit 433ea29

Browse files
committed
Merge pull request #369 from josegonzalez/docs_update
Adding max_queue_size to docs
2 parents c57e20e + 2f130d3 commit 433ea29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/user/usage.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ The following are used for instances when a TransportException is thrown - Trans
117117

118118
* respawn_delay: Default ``3``. Initial respawn delay for exponential backoff
119119
* 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
120121

121122
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.
122123

0 commit comments

Comments
 (0)