-
Notifications
You must be signed in to change notification settings - Fork 114
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
Make initial delay selection more sane #84
Conversation
See PaperMC/Velocity#476 for justification.
This should be less problematic by picking a random (up to five minute) delay in sending the first data.
I know why it exists - having made the Buycraft plugin, we ran into this issue too (and we had the advantage of doing near-infinite scaling on AWS!) and I implemented randomization to spread out the load from servers sending requests to pull purchases from Buycraft. I'll probably implement your ideas here though, just to make the issue much less scary-looking. |
Decided to not pursue this anymore - more pressing things to do. |
Thanks anyway 🙂 I've created a new issue for it to not forget it: #86 |
See PaperMC/Velocity#476 for justification.