remove engine_options

This commit is contained in:
Cayo Puigdefabregas 2024-01-30 18:29:45 +01:00
parent 660fe41b62
commit 46bfef2585
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ def create_view(name, selectable):
db = SQLAlchemy( db = SQLAlchemy(
session_options={'autoflush': False}, session_options={'autoflush': False},
engine_options={"pool_size": 5, "max_overflow": 10}
) )
f = db.func f = db.func
exp = expression exp = expression