Skip to content

Commit 3f45071

Browse files
author
Kingdon Barrett
committed
fixup (squash): put back CONN_MAX_AGE
teamhephy#75 (review) > I think this is a different CONN_MAX_AGE env variable? I don't see where else this variable is used, but no other change is present which could have caused the tests to fail ?
1 parent e1ccd50 commit 3f45071

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rootfs/api/settings/production.py

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
'security.W008'
2828
]
2929

30+
CONN_MAX_AGE = 60 * 3
31+
3032
# SECURITY: change this to allowed fqdn's to prevent host poisioning attacks
3133
# https://docs.djangoproject.com/en/1.11/ref/settings/#allowed-hosts
3234
ALLOWED_HOSTS = ['*']

0 commit comments

Comments
 (0)