Skip to content
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

Curb excessive polling #238

Open
annybs opened this issue Jan 26, 2024 · 1 comment
Open

Curb excessive polling #238

annybs opened this issue Jan 26, 2024 · 1 comment

Comments

@annybs
Copy link
Member

annybs commented Jan 26, 2024

Account and balance polling takes place every 5 seconds, which is far more frequent than is actually needed in practice - these should be slowed down to once per minute at most.

Additionally, many pages include 5-second polling intervals for data that is relatively static. This type of polling should be removed entirely, and only activated when there is an ongoing event - for example, refreshing the server list when there is a server task running.

@annybs
Copy link
Member Author

annybs commented Aug 6, 2024

I've slowed down the global, high-frequency background polling in b75c595

Balance and session checks will now occur once per minute, rather than every 5 seconds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant