forked from MarseyWorld/MarseyWorld
master
parent
c2b1f50099
commit
64c79c0aeb
|
@ -83,7 +83,7 @@ limiter = Limiter(
|
|||
_engine=create_engine(
|
||||
app.config['DATABASE_URL'],
|
||||
poolclass=QueuePool,
|
||||
pool_size=int(environ.get("PG_POOL_SIZE",10)),
|
||||
pool_size=197,
|
||||
pool_use_lifo=True
|
||||
)
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ pyotp
|
|||
qrcode
|
||||
redis
|
||||
requests
|
||||
SQLAlchemy==1.3.19
|
||||
SQLAlchemy
|
||||
psycopg2-binary
|
||||
pusher_push_notifications
|
||||
youtube-dl
|
||||
|
|
Loading…
Reference in New Issue