# HG changeset patch # User Brian Neal # Date 1387925413 21600 # Node ID 9c74cd8668eb5cd23d9442a55fa757139ca30165 # Parent 3062c547bb90222e29e18e90bcb143d17cac33be For Django 1.6: take advantage of new database connection persistence. diff -r 3062c547bb90 -r 9c74cd8668eb madeira/settings/production.py --- a/madeira/settings/production.py Tue Dec 24 16:47:27 2013 -0600 +++ b/madeira/settings/production.py Tue Dec 24 16:50:13 2013 -0600 @@ -16,6 +16,9 @@ }, } +# Lifetime of the database connections, in seconds: +CONN_MAX_AGE = 1200 + STATIC_ROOT = os.path.abspath(os.path.join(PROJECT_PATH, '..', 'static_serve')) TEMPLATE_LOADERS = [