perf: increase MAX_OVERFLOW of database connection pool.
parent
2033a3457f
commit
0459eedd1a
|
|
@ -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