Skip to content

How to remove API key rate limit? #1573

Discussion options

You must be logged in to vote

There's no way to do it through the UI but you can directly change the request limits in the database.

  1. Access the postgres database: #621 (comment)
  2. UPDATE api_keys set hourly_request_limit=99999999

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@devrsi0n
Comment options

Answer selected by devrsi0n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants