diff --git a/settings.py b/settings.py
index ba2ac4fb3d417deb437f0c2683583a5667ae79da..4c14c766ba0aab483065f468dc2fa662b12f6281 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