forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-18 14:25:47 +02:00
parent a01f9a082e
commit e487daa260
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ limiter = Limiter(
_engine=create_engine(
app.config['DATABASE_URL'],
poolclass=QueuePool,
pool_size=197,
pool_size=97,
pool_use_lifo=True
)