From 3fb2fe05946db0dfa56bfed9a814ea9f4d7b5c78 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 8 Aug 2021 02:43:59 +0200 Subject: [PATCH] fd --- files/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/__main__.py b/files/__main__.py index 2cf2c4312..417e9b079 100644 --- a/files/__main__.py +++ b/files/__main__.py @@ -256,7 +256,7 @@ def after_request(response): response.headers.add('Access-Control-Allow-Headers', "Origin, X-Requested-With, Content-Type, Accept, x-auth") response.headers.remove("Cache-Control") - response.headers.add("Cache-Control", "public, max-age=690") + response.headers.add("Cache-Control", "public, max-age=1800") response.headers.add("Access-Control-Allow-Origin", app.config["SERVER_NAME"]) response.headers.add("Strict-Transport-Security", "max-age=31536000")