We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Polling backoff
Polling every second is unnecessary - perhaps we should do eg 1 sec x5, 2 sec x5, 4x5, 8x5 then sit on every 16s?
Delete older files
As these are now 100+mb we should clean them up after a time
Ideally we could keep track of how often the static files are downloaded, then use that as the last accessed date (and delete from those)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Polling backoff
Polling every second is unnecessary - perhaps we should do eg 1 sec x5, 2 sec x5, 4x5, 8x5 then sit on every 16s?
Delete older files
As these are now 100+mb we should clean them up after a time
Ideally we could keep track of how often the static files are downloaded, then use that as the last accessed date (and delete from those)
The text was updated successfully, but these errors were encountered: