Skip to content

Commit

Permalink
Merge pull request #511 from Bot-detector/develop
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
extreme4all authored Jan 9, 2024
2 parents 11ea943 + dc6c148 commit 54ebe88
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 54ebe88

Please sign in to comment.