Skip to content

Commit

Permalink
default pool timeout to sqlalchemy default
Browse files Browse the repository at this point in the history
  • Loading branch information
alex75 committed Oct 14, 2024
1 parent a67e6d2 commit ccfa13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cads_catalogue/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class SqlalchemySettings:
catalogue_db_name: str | None = None
pool_recycle: int = 60
pool_size: int = 5
pool_timeout: float = 1.0
pool_timeout: float = 30
max_overflow: int = 15

def __init__(self, **kwargs):
Expand Down

0 comments on commit ccfa13f

Please sign in to comment.