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

File caching #128

Open
stephanederer opened this issue Dec 5, 2019 · 2 comments
Open

File caching #128

stephanederer opened this issue Dec 5, 2019 · 2 comments

Comments

@stephanederer
Copy link

On method "dumpFileContents" of class "FileDumpHook":
The method sets "header('Expires: -1');", so files can't be cached anymore.

@frans-beech-it
Copy link
Contributor

Only the resumable download isn't cached. Not sure if it is allowed/possible to have this cached. You could disable the resumable download in your config

@stephanederer
Copy link
Author

  • enable resumable download --> no files are cached
  • disable resumable download --> all files (with and without permission) are cached. But files without permission should be cached and files with permission should not be cached.

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

2 participants