rsyslog-doc icon indicating copy to clipboard operation
rsyslog-doc copied to clipboard

queue.dequeueSlowDown and queue.dequeueBatchSize clarification

Open bodik opened this issue 3 years ago • 0 comments

source/rainerscript/queue_parameters.rst

queue.dequeueSlowDown
---------------------
...

For example if this parameter is set to 10000 on a UDP send action, the action 
won't be able to put out more than 100 messages per second.

Above example works only when queue.dequeueBatchSize="1". I propose change to:

For example if this parameter is set to 10000 on a UDP send action, the action
won't be able to put out more than 100 messages per second (mind than 
queue.dequeueBatchSize must equal "1" in such case, which is not default).

bodik avatar Aug 12 '22 17:08 bodik