Skip to content
Snippets Groups Projects
Commit c847f38c authored by Ben Adida's avatar Ben Adida
Browse files

removed max_conns

parent e0dbd339
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ if get_from_env('DATABASE_URL', None): ...@@ -42,7 +42,7 @@ if get_from_env('DATABASE_URL', None):
import dj_database_url import dj_database_url
DATABASES['default'] = dj_database_url.config() DATABASES['default'] = dj_database_url.config()
DATABASES['default']['ENGINE'] = 'django.db.backends.postgresql_psycopg2' 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: # Local time zone for this installation. Choices can be found here:
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment