Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

queue.dequeueSlowDown and queue.dequeueBatchSize clarification #981

Open
bodik opened this issue Aug 12, 2022 · 0 comments
Open

queue.dequeueSlowDown and queue.dequeueBatchSize clarification #981

bodik opened this issue Aug 12, 2022 · 0 comments

Comments

@bodik
Copy link

bodik commented Aug 12, 2022

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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant