-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Limited number of connections #76
Comments
Hello, I have the same issue, i think the server is maybe overloaded. Best regards |
Same here |
2.500.000 request per match |
@Raminmr totally understand that since the API is free, it is impossible to guarantee 100% uptime but at least would it be possible to limit requests per IP/per minute or per hour. I think this would reduce drastically the overload. Unfortunately we can't help you with PR since your source code is not shared. |
2,500 request per match per all users? |
If it would be possible to secure more stable uptime, but have less requests per user, that everyone would agree and live with it. Something like 1000 requests per 30 min, but a lot better uptime or something |
The number of requests for each ip 3000 in 15 minutes |
During games, the number of requests on the server is very high. |
8000 requests per second it's a lot. How many users in average are making requests per match |
3000 requests per 15 minutes. Is above 3 requests a second. (15*60 = 900) |
Do you even need 30 requests a minute? |
I get match and standing updates every 5 mins, one each. I feel like that is more than enough, why would need a second by second count? I understand wanting to have the latest information ASAP but this is a free api, give it some slack. Literally 100 requests per hour would be more than enough for me. |
Same here. I would be okay with about 750-1000 requests per ip per hour instead of 3000. My use case is a chat bot, but even if it isn't, it's gonna be plenty of updates. Besides, I believe that this will gain more traction over time with more and more people using it, and I don't see stability improving from here when nothing gets adjusted. |
Hi,
I've made 4 requests and getting: "Too many requests, please try again later."
The text was updated successfully, but these errors were encountered: