From 280e5d634b1482a756cad7a2839c9af25fe205c1 Mon Sep 17 00:00:00 2001 From: Peter Jung Date: Thu, 5 Dec 2024 11:01:39 +0100 Subject: [PATCH] edits based on rabbit --- prediction_market_agent_tooling/tools/db/db_manager.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/prediction_market_agent_tooling/tools/db/db_manager.py b/prediction_market_agent_tooling/tools/db/db_manager.py index e69250c8..8e9d1bad 100644 --- a/prediction_market_agent_tooling/tools/db/db_manager.py +++ b/prediction_market_agent_tooling/tools/db/db_manager.py @@ -33,9 +33,7 @@ def __init__(self, api_keys: APIKeys | None = None) -> None: sqlalchemy_db_url.get_secret_value(), json_serializer=json_serializer, json_deserializer=json_deserializer, - pool_size=1, - pool_recycle=3600, - echo=True, + pool_size=2, ) self.cache_table_initialized: dict[str, bool] = {}