# 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 2b94e537ae
commit 476447c621

View File

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