rsyslog / rsyslog-doc

documentation for the rsyslog project
Other
98 stars 250 forks source link

queue.dequeueSlowDown and queue.dequeueBatchSize clarification #981

Open bodik opened 2 years ago

bodik commented 2 years ago

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).