更新前端看板
This commit is contained in:
@@ -297,9 +297,9 @@ class PlatformStore:
|
||||
# TCP keepalive 让操作系统持续保活连接,抵抗远程库空闲静默断连。
|
||||
pool_kwargs = {
|
||||
"keepalives": 1,
|
||||
"keepalives_idle": 30,
|
||||
"keepalives_interval": 10,
|
||||
"keepalives_count": 5,
|
||||
"keepalives_idle": 10,
|
||||
"keepalives_interval": 5,
|
||||
"keepalives_count": 3,
|
||||
}
|
||||
self._pool = ConnectionPool(
|
||||
conninfo=self.database_url,
|
||||
|
||||
Reference in New Issue
Block a user