You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
source/rainerscript/queue_parameters.rst
Above example works only when
queue.dequeueBatchSize="1"
. I propose change to:The text was updated successfully, but these errors were encountered: