From: Attila-Mihaly Balazs Date: Mon, 13 Jan 2014 11:01:11 +0000 (+0200) Subject: Suggest enabling of pooled connections by default X-Git-Tag: live~28^2~3 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/067167bd098e14974dc885a23f04a1feedbf2155 Suggest enabling of pooled connections by default --- diff --git a/settings_local.py.dist b/settings_local.py.dist index f48a8e1..896a433 100644 --- a/settings_local.py.dist +++ b/settings_local.py.dist @@ -51,6 +51,7 @@ DATABASES = { 'PASSWORD': '', 'HOST': '', 'PORT': '', + 'CONN_MAX_AGE': 600, } }