Skip to content

Commit

Permalink
edits based on rabbit
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii committed Dec 5, 2024
1 parent a90a189 commit 280e5d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions prediction_market_agent_tooling/tools/db/db_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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] = {}

Expand Down

0 comments on commit 280e5d6

Please sign in to comment.