added conn_max_age to settings - not tested
This commit is contained in:
@@ -146,6 +146,8 @@ WSGI_APPLICATION = 'rowsandall_app.wsgi.application'
|
||||
# Database
|
||||
# https://docs.djangoproject.com/en/1.9/ref/settings/#databases
|
||||
|
||||
CONN_MAX_AGE = 0
|
||||
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.mysql',
|
||||
|
||||
Reference in New Issue
Block a user