set database connections CONN_MAX_AGE to a default of 300, resolves #115

This commit is contained in:
meeb 2021-04-30 14:00:04 +10:00
parent 2c7116f6ba
commit 28a565737f
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ def parse_database_connection_string(database_connection_string):
'PASSWORD': password,
'HOST': hostname,
'PORT': port,
'CONN_MAX_AGE': 300,
}