We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
By configuring max_rate_limit in user properties, achieve the effect of flow control 。Detail config as following:
max_rate_limit
"users": [ { "user_name": "**", "password": "***", "namespace": "sysbench_4", "rw_flag": 2, "rw_split": 1, "open_rate_limit": true, "max_rate_limit": 1000, "max_token_wait_time": 10 } ],
The text was updated successfully, but these errors were encountered:
XiaoMi#218 [new feture] support client-user level rate limit
2246ca7
Support by Gaea 2.4
Sorry, something went wrong.
No branches or pull requests
By configuring
max_rate_limit
in user properties, achieve the effect of flow control 。Detail config as following:The text was updated successfully, but these errors were encountered: