From c847f38c2c3dba6586afb6b4fd00eb2acdf83fea Mon Sep 17 00:00:00 2001 From: Ben Adida <ben@adida.net> Date: Thu, 22 Oct 2015 23:20:13 +0000 Subject: [PATCH] removed max_conns --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index ba2ac4f..4c14c76 100644 --- a/settings.py +++ b/settings.py @@ -42,7 +42,7 @@ if get_from_env('DATABASE_URL', None): import dj_database_url DATABASES['default'] = dj_database_url.config() DATABASES['default']['ENGINE'] = 'django.db.backends.postgresql_psycopg2' - DATABASES['default']['OPTIONS'] = {'MAX_CONNS': 1} + # DATABASES['default']['OPTIONS'] = {'MAX_CONNS': 1} # Local time zone for this installation. Choices can be found here: # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name -- GitLab