mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-30 09:42:48 +00:00
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