From 05ed5989e3436108f9a7bd443b0f79b7ee407f26 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Tue, 22 Nov 2022 17:06:32 -0700 Subject: Better way to initialise things on setup. --- takahe/settings/production.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'takahe/settings/production.py') diff --git a/takahe/settings/production.py b/takahe/settings/production.py index b23093f..b1034ef 100644 --- a/takahe/settings/production.py +++ b/takahe/settings/production.py @@ -10,6 +10,8 @@ DEBUG = bool(os.environ.get("TAKAHE__SECURITY_HAZARD__DEBUG", False)) # TODO: Allow better setting of allowed_hosts, if we need to ALLOWED_HOSTS = ["*"] +CONN_MAX_AGE = 60 + ### User-configurable options, pulled from the environment ### # Secret key -- cgit v1.2.3