refactor: remove rds comment
This commit is contained in:
parent
b1e47d9e0d
commit
cbadf6590b
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ class SQLAlchemyAdapter:
|
|||
connection_string,
|
||||
pool_size=1, # one physical session per container
|
||||
max_overflow=1,
|
||||
pool_recycle=280, # keep below RDS 300 s idle kill
|
||||
pool_recycle=280,
|
||||
pool_pre_ping=True,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue