更新前端看板

This commit is contained in:
wangjiming
2026-08-03 16:20:21 +08:00
parent 15c4223f2c
commit 0c601934a0
18 changed files with 356 additions and 187 deletions

View File

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