ThrottleRequestsException - Too Many Attempts. #3044
-
Hey how to increate attempts for pterodactyl panel?
|
Beta Was this translation helpful? Give feedback.
Answered by
trenutoo
Jan 28, 2021
Replies: 1 comment
-
There are different throttle limits, what are you doing to trigger the throttle limit? If you are receiving this on your panel/API, then you can adjust the API rate limits by adding and adjusting these parameters in your .env file: APP_API_CLIENT_RATELIMIT=720 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
BenasPaulikas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are different throttle limits, what are you doing to trigger the throttle limit?
If you are receiving this on your panel/API, then you can adjust the API rate limits by adding and adjusting these parameters in your .env file:
APP_API_CLIENT_RATELIMIT=720
APP_API_APPLICATION_RATELIMIT=240