From 741aaccb853e327230ca135b19b9093e22f1ca81 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 26 Aug 2021 13:16:02 +0200 Subject: [PATCH] dffd --- files/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/__main__.py b/files/__main__.py index cc0e520d0c..ef485c46ba 100644 --- a/files/__main__.py +++ b/files/__main__.py @@ -37,7 +37,7 @@ app.config['DATABASE_URL'] = environ.get("DATABASE_CONNECTION_POOL_URL",environ. app.config['SECRET_KEY'] = environ.get('MASTER_KEY') app.config["SERVER_NAME"] = environ.get("DOMAIN").strip() -app.config['SEND_FILE_MAX_AGE_DEFAULT'] = 1 +app.config['SEND_FILE_MAX_AGE_DEFAULT'] = 86400 app.config["SESSION_COOKIE_NAME"] = "session_" + environ.get("SITE_NAME").strip().lower() app.config["VERSION"] = "1.0.0"