refactor: remove rds comment

This commit is contained in:
Igor Ilic 2025-09-09 19:06:11 +02:00
parent b1e47d9e0d
commit cbadf6590b

View file

@ -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,
)