This error appears when restarting the server.
What can I do to prevent the error from appearing?
[Plugin Update Notifications] waiting 30 seconds for rate limit This error appears when restarting the server.
What can I do to prevent the error from appearing?
[Plugin Update Notifications] waiting 30 seconds for rate limit How many plugins do you have ?
We have 131 pieces.
Yes so what this means is you are sending too many checks too fast so the plug-in has to wait a while before it can send checks again
on line 239 of the cs file you can change yield return new WaitForSeconds(0.5f); to yield return new WaitForSeconds(1.0f); for 1second per check
Thanks for the quick reply! That's very helpful!
Merged post
I tried "return new WaitForSeconds(120.0f);" but the "waiting 30 seconds for rate limit" error still persists.
Hi, I have 61 Plugins. Tried 1.0f and also 1.5f, but I still get this error (2-4 times). I want to get rid of this error, since we alert our admins of errors and this occurs every day on server restart without the need to act. Maybe transform it into a warning? Or does it really affect the update checks?
EDIT: ok it seems that it actually affects the checks, since there was an update for the backpacks plugin, which we did not get any message in discord for.