mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
perf: increase MAX_OVERFLOW of database connection pool.
This commit is contained in:
parent
2033a3457f
commit
0459eedd1a
|
|
@ -111,7 +111,7 @@ class Config(dict):
|
|||
"ENGINE": self.get('DB_ENGINE'),
|
||||
"POOL_OPTIONS": {
|
||||
"POOL_SIZE": 20,
|
||||
"MAX_OVERFLOW": 5
|
||||
"MAX_OVERFLOW": 80
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue