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

Use LRU strategy for http caching #31

Closed
bjoernricks opened this issue Oct 30, 2017 · 1 comment
Closed

Use LRU strategy for http caching #31

bjoernricks opened this issue Oct 30, 2017 · 1 comment

Comments

@bjoernricks
Copy link
Contributor

Currently our http cache stores all requests as long as the user reloads the page. This might be to much data at the end because our responses are really big. Therefore we should use a LRU strategy instead.

@bjoernricks
Copy link
Contributor Author

The http cache has been removed with #939

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