fd
This commit is contained in:
parent
db25923f17
commit
c4cc3ba0f8
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue