Trial and error fixes...
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user