perf: increase MAX_OVERFLOW of database connection pool.
This commit is contained in:
parent
0ba733eeee
commit
982be95435
@ -111,7 +111,7 @@ class Config(dict):
|
|||||||
"ENGINE": self.get('DB_ENGINE'),
|
"ENGINE": self.get('DB_ENGINE'),
|
||||||
"POOL_OPTIONS": {
|
"POOL_OPTIONS": {
|
||||||
"POOL_SIZE": 20,
|
"POOL_SIZE": 20,
|
||||||
"MAX_OVERFLOW": 5
|
"MAX_OVERFLOW": 80
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user