# CONN_MAX_AGE

* dropping conn_max_age due to problems with usage in gunicorn
pull/384/head
mpeltriaux 8 months ago
parent 689a2d6acb
commit 590a510880

@ -135,7 +135,6 @@ DATABASES = {
'USER': 'postgres',
'HOST': '127.0.0.1',
'PORT': '5432',
'CONN_MAX_AGE': 120,
}
}
DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"

Loading…
Cancel
Save