There was an error while loading. Please reload this page.
1 parent 711a1d4 commit 5d2bfb0Copy full SHA for 5d2bfb0
1 file changed
config/settings/production.py
@@ -12,7 +12,7 @@
12
# ------------------------------------------------------------------------------
13
DATABASES["default"] = env.db("DATABASE_URL") # noqa F405
14
DATABASES["default"]["ATOMIC_REQUESTS"] = True # noqa F405
15
-DATABASES["default"]["CONN_MAX_AGE"] = env.int("CONN_MAX_AGE", default=60) # noqa F405
+DATABASES["default"]["CONN_MAX_AGE"] = env.int("CONN_MAX_AGE", default=3) # noqa F405
16
17
# CACHES
18
0 commit comments