Trial and error fixes...

This commit is contained in:
Scott Idem
2024-04-24 16:04:36 -04:00
parent 1d279a2644
commit f9b5186afc
2 changed files with 9 additions and 7 deletions

View File

@@ -71,7 +71,7 @@ AE_DB_PASSWORD="the password with $$ escape"
# wait_timeout (MariaDB) is how long to keep an idle DB connection
AE_DB_WAIT_TIMEOUT=1800 # Not yet used!
# connection_timeout (MariaDB) is how long to try and create a new DB connection; bad handshake
AE_DB_CONNECTION_TIMEOUT=15
AE_DB_CONNECTION_TIMEOUT=15 # (in seconds; default=15)
# pool_recycle (SQLAlchemy) is how long to keep using a particular connection that has passed a certain age
AE_DB_POOL_RECYCLE=1800