Disable Cache #123
Replies: 2 comments
-
I also need this function. The cache works bad with using byte range. |
Beta Was this translation helpful? Give feedback.
-
Thank you for bringing this up and I apologize for the delay in my response. I just tested and it appears that you can set I tested by setting this and uncommenting I think also we can consider other solutions to this when looking at #188 but I would really like to avoid adding more env var settings unnecessarily. If setting that value to |
Beta Was this translation helpful? Give feedback.
-
I have a project that is retrieving images from my S3 bucket where the images update about every 10 minutes. With the current implementation of this docker image, I am not able to find any way to disable the caching. Currently I am seeing the images only being update every hour or so. Is there a way to disable the cache completely? I've tried setting the PROXY_CACHE_VALID_OK to 1m. It would be useful if I could disable caching as a whole via an ENV variable.
Beta Was this translation helpful? Give feedback.
All reactions