Suggest enabling of pooled connections by default
authorAttila-Mihaly Balazs <dify.ltd@gmail.com>
Mon, 13 Jan 2014 11:01:11 +0000 (13:01 +0200)
committerAttila-Mihaly Balazs <dify.ltd@gmail.com>
Mon, 13 Jan 2014 11:01:11 +0000 (13:01 +0200)
settings_local.py.dist

index f48a8e1eb3a83f901663af4f8ac1989dc9d4b98b..896a433d2c874a54191975a3a52d966cba1ab36f 100644 (file)
@@ -51,6 +51,7 @@ DATABASES = {
         'PASSWORD': '',
         'HOST': '',
         'PORT': '',
+        'CONN_MAX_AGE': 600,
     }
 }