remotes/1693045480750635534/spooky-22
Aevann1 2021-09-17 11:12:54 +02:00
parent c2b1f50099
commit 64c79c0aeb
2 changed files with 2 additions and 2 deletions

View File

@ -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=int(environ.get("PG_POOL_SIZE",10)), pool_size=197,
pool_use_lifo=True pool_use_lifo=True
) )

View File

@ -17,7 +17,7 @@ pyotp
qrcode qrcode
redis redis
requests requests
SQLAlchemy==1.3.19 SQLAlchemy
psycopg2-binary psycopg2-binary
pusher_push_notifications pusher_push_notifications
youtube-dl youtube-dl