-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Make token-limit configurable as an INSTANCE scoped variable #34583
Comments
@CbcWestwolf would you like to take a look at this? |
Sure! Let me do this convertion. |
/assign |
Should we move the |
Yes. Under |
Enhancement
This is forked from #33769
For
token-limit
there is a use-case to make it online configurable, but it's not a great fit forGLOBAL
. This enhancement proposes that we add an instance scoped variable for it.For the name, I suggest
tidb_max_connection_concurrency
ortidb_connection_concurrency_limit
.This is different from the issues in #33769 because it is not a breaking change. It can still be configured in the config file as
token-limit
or via the instance scoped variable that we are introducing.The text was updated successfully, but these errors were encountered: