# CONN_MAX_AGE

* dropping conn_max_age due to problems with usage in gunicorn
This commit is contained in:
mpeltriaux 2024-02-16 08:23:14 +01:00
parent 689a2d6acb
commit 590a510880

View File

@ -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"