remove rate limit #4010
BallisticOK
started this conversation in
APIs and Development
Replies: 1 comment
-
It is hard coded here https://github.com/plan-player-analytics/Plan/blob/master/Plan/common/src/main/java/com/djrapitops/plan/delivery/webserver/http/RequestHandler.java#L55 You can replace RateLimiter with RateLimiter.Disabled and recompile the plugin to disable it. You can also change your code to request only once every 5 seconds. (limit is 30 requests to the same endpoint in 120 seconds) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hey so im making some something small for my server that uses plans API to get player data and stuff but i keep getting Rate Limited and its annoying just its just me using it and i would like to know how to just disable this in full so there is no limit and i can just ping my own server as much as i like
Beta Was this translation helpful? Give feedback.
All reactions