refactor: enable pre_ping explicitly.
This commit is contained in:
parent
65ab0ef170
commit
0eb1cf701e
@ -64,6 +64,7 @@ class Config(dict):
|
||||
"POOL_SIZE": 20,
|
||||
"MAX_OVERFLOW": int(self.get('DB_MAX_OVERFLOW')),
|
||||
"RECYCLE": 1800,
|
||||
"PRE_PING": True,
|
||||
"TIMEOUT": 30
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user