From 0cfbb9370e4ea89463d68ea8fb59cd906eff7993 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 27 Jan 2022 20:37:08 +0200 Subject: [PATCH] df --- files/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/__main__.py b/files/__main__.py index a36cbcd06..9a23aba44 100644 --- a/files/__main__.py +++ b/files/__main__.py @@ -29,7 +29,7 @@ app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False app.config['DATABASE_URL'] = environ.get("DATABASE_URL") app.config['SECRET_KEY'] = environ.get('MASTER_KEY') app.config["SERVER_NAME"] = environ.get("DOMAIN").strip() -app.config['SEND_FILE_MAX_AGE_DEFAULT'] = 86400 +app.config['SEND_FILE_MAX_AGE_DEFAULT'] = 2628000 app.config["SESSION_COOKIE_NAME"] = "session_" + environ.get("SITE_NAME").strip().lower() app.config["VERSION"] = "1.0.0" app.config['MAX_CONTENT_LENGTH'] = 8 * 1024 * 1024