Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/configuration/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1170,12 +1170,12 @@ Number of entries in the global logging buffer. Defaults to 512.

size 512

nthrottle-time <n>
unthrottle-time <n>
^^^^^^^^^^^^^^^^^^

Set the global value for the time to wait (in seconds) before resuming
logging of a log subclass that exceeded the per-subclass message-per-second
threshold. Defaults to 3.
threshold. Defaults to 3. Set to -1 to disable completely.

.. code-block:: console

Expand Down
Loading