-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Too many people logging in at once or polling at once, from a single IP (such as at an event) appears like abuse to github.
Need to work out if it was the polling or the
Options to solve
- Turn off polling by default
- Slow polling down
- use condition not-modified requests for polling requests
- require everyone login to see. logins have higher rate limits
- put up apporiate message if we are rate limited. headers can tell us
- somehow reduce initial requests to be less on login.
- use firebase or other service to replicate the data and push it out
- don't poll when tab is hidden (page visibility api)