Errors serving files that have been recently replaced - incorrect stale cache? #1826
Unanswered
gingerbeardman
asked this question in
Support Requests
Replies: 1 comment
-
Apparently...
It seems that disabling open_file_cache, will stop these errors. But it seems that I should look into my file transfer app to replace the file in a better way. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Other errors might be truncated file so I can't see all the text (html/xml/txt), or complaint about the end of the file being reached prematurely (binary file).
This makes me think it is a stale caching issue, and somehow the cache does not notice that the file has changed.
Workarounds
How can I prevent these errors? Or speed up the cache going stale?
Thanks
edit: related old report of mine #1798
Beta Was this translation helpful? Give feedback.
All reactions