From 46bfef2585f49248d5aa827e5d74a112d5b3476a Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Tue, 30 Jan 2024 18:29:45 +0100 Subject: [PATCH] remove engine_options --- ereuse_devicehub/db.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ereuse_devicehub/db.py b/ereuse_devicehub/db.py index 1a63f431..d785f336 100644 --- a/ereuse_devicehub/db.py +++ b/ereuse_devicehub/db.py @@ -72,7 +72,6 @@ def create_view(name, selectable): db = SQLAlchemy( session_options={'autoflush': False}, - engine_options={"pool_size": 5, "max_overflow": 10} ) f = db.func exp = expression