remotes/1693045480750635534/spooky-22
Aevann1 2021-09-17 10:07:41 +02:00
parent 507be101f7
commit 1b2add8c30
1 changed files with 2 additions and 1 deletions

View File

@ -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):