forked from MarseyWorld/MarseyWorld
master
parent
c2b1f50099
commit
64c79c0aeb
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue