# CONN_MAX_AGE
* dropping conn_max_age due to problems with usage in gunicorn
This commit is contained in:
parent
2b94e537ae
commit
476447c621
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user