From d283cffb56348b49833d9a423f0474a652660441 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 13 Nov 2020 19:51:37 +0000 Subject: [PATCH] Back to zero --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index b8f8e2d4..c9895f0e 100644 --- a/daemon.py +++ b/daemon.py @@ -570,7 +570,7 @@ class PubServer(BaseHTTPRequestHandler): def _set_headers(self, fileFormat: str, length: int, cookie: str, callingDomain: str) -> None: self._set_headers_base(fileFormat, length, cookie, callingDomain) - self.send_header('Cache-Control', 'public, max-age=20') + self.send_header('Cache-Control', 'public, max-age=0') self.end_headers() def _set_headers_head(self, fileFormat: str, length: int, etag: str,