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

CachedGeneratedFiles improvements #1172

Open
davmlaw opened this issue Sep 19, 2024 · 0 comments
Open

CachedGeneratedFiles improvements #1172

davmlaw opened this issue Sep 19, 2024 · 0 comments

Comments

@davmlaw
Copy link
Contributor

davmlaw commented Sep 19, 2024

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)

@davmlaw davmlaw added this to the VG4 non-critical milestone Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant