Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Jan 9, 2024
1 parent 389e841 commit dc6c148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __get_engine(self, connection_string) -> AsyncEngine:
pool_pre_ping=True,
pool_size=10,
max_overflow=90,
pool_timeout=30
pool_timeout=30,
pool_recycle=60,
)
return engine
Expand Down

0 comments on commit dc6c148

Please sign in to comment.