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