Rate Limiting #181
Closed
auriginal-name
started this conversation in
General
Replies: 1 comment
-
Hi, look for any time.sleep() calls in the src/backend.py code, trace the variable to where it's being assigned/changed, and change the range of the random function that it's calling |
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.
-
Hello, I was wondering if there's a way to manually select how long the script waits in between codes. I'm noticing it's anywhere between 2-5 seconds and that makes it so just about every other code, if not more, fails and says "Service resource is being rate limited.", which means I'm missing out on 1/2-2/3s of my chances to get in. Is there any way to make the script wait a little longer?
Beta Was this translation helpful? Give feedback.
All reactions