We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966ceef commit f790d3aCopy full SHA for f790d3a
entrypoint.sh
@@ -57,7 +57,7 @@ else
57
"PASSWORD": "$DB_PASSWORD",
58
"HOST": "$DB_HOST",
59
"PORT": "$DB_PORT",
60
- "CONN_MAX_AGE": 0
+ "CONN_MAX_AGE": 120
61
}
62
63
EOF
rnacentral/rnacentral/settings.py
@@ -40,7 +40,6 @@
40
"PORT": os.getenv("DB_PORT", 5432),
41
42
43
-CONN_MAX_AGE = 300
44
45
# Hosts/domain names that are valid for this site; required if DEBUG is False
46
# See https://docs.djangoproject.com/en/1.5/ref/settings/#allowed-hosts
0 commit comments