How to remove API key rate limit? #1573
Answered
by
ukutaht
devrsi0n
asked this question in
Self-Hosted Support
-
Thanks for your hard work, really appreciate it! 👍 I would like to use API keys to access the stats API, but the doc says it has a rate limit, I want to know how to remove it on self-hosted version. Tried to search it in this repo, but didn't find the luck. Thank you for your time. |
Beta Was this translation helpful? Give feedback.
Answered by
ukutaht
Dec 30, 2021
Replies: 1 comment 1 reply
-
There's no way to do it through the UI but you can directly change the request limits in the database.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
devrsi0n
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's no way to do it through the UI but you can directly change the request limits in the database.
UPDATE api_keys set hourly_request_limit=99999999