fddf
This commit is contained in:
parent
ae9a45d497
commit
d55421ef4b
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ limiter = Limiter(
|
||||||
_engine=create_engine(
|
_engine=create_engine(
|
||||||
app.config['DATABASE_URL'],
|
app.config['DATABASE_URL'],
|
||||||
poolclass=QueuePool,
|
poolclass=QueuePool,
|
||||||
pool_size=197,
|
pool_size=97,
|
||||||
pool_use_lifo=True
|
pool_use_lifo=True
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue