From 2f130d397cbc255d78c6aef6c87efd8c63c2cd4e Mon Sep 17 00:00:00 2001 From: Jamie Cressey Date: Tue, 8 Dec 2015 22:30:52 +0000 Subject: [PATCH] Adding max_queue_size to docs --- docs/user/usage.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user/usage.rst b/docs/user/usage.rst index ffe1c3e0..e97e299d 100644 --- a/docs/user/usage.rst +++ b/docs/user/usage.rst @@ -117,6 +117,7 @@ The following are used for instances when a TransportException is thrown - Trans * respawn_delay: Default ``3``. Initial respawn delay for exponential backoff * max_failure: Default ``7``. Max failures before exponential backoff terminates +* max_queue_size: Default ``100``. Max log entries Beaver can store in it's queue before backing off until they have been transmitted 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.