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

Per-asset cache thresholds #10

Open
asilvas opened this issue Jul 30, 2015 · 0 comments
Open

Per-asset cache thresholds #10

asilvas opened this issue Jul 30, 2015 · 0 comments
Milestone

Comments

@asilvas
Copy link
Owner

asilvas commented Jul 30, 2015

This would enable storage providers that can support it, to adhere to a maximum number of cached assets and either evict assets over the maximum (via LRU?) or fail if the maximum is reached (easier but not the ideal experience).

This effectively would greatly help deter abuse, be it using the service in unintended ways, or simply trying to bring down the system by forcing excessive image processing.

This feature would only function if the storage provider supported such a behavior, as it would require tracking cache counts.

@asilvas asilvas added this to the 2.0 milestone Jul 30, 2015
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