forked from MarseyWorld/MarseyWorld
master
parent
507be101f7
commit
1b2add8c30
|
@ -84,7 +84,8 @@ _engine=create_engine(
|
|||
app.config['DATABASE_URL'],
|
||||
poolclass=QueuePool,
|
||||
pool_size=int(environ.get("PG_POOL_SIZE",10)),
|
||||
pool_use_lifo=True
|
||||
pool_use_lifo=True,
|
||||
echo=True
|
||||
)
|
||||
|
||||
def retry(f):
|
||||
|
|
Loading…
Reference in New Issue