From 917386a23c051aa7df1c6e8874b51fb28f14211e Mon Sep 17 00:00:00 2001 From: Codex Date: Sun, 21 Jun 2026 00:25:58 +0000 Subject: [PATCH] fix(hwlab): raise d601 v03 postgres pool --- config/hwlab-node-lanes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hwlab-node-lanes.yaml b/config/hwlab-node-lanes.yaml index f5a1c198..c2d2755c 100644 --- a/config/hwlab-node-lanes.yaml +++ b/config/hwlab-node-lanes.yaml @@ -141,7 +141,7 @@ lanes: renderDir: runtime-v03 runtimeStore: postgres: - poolMax: 8 + poolMax: 40 connectionTimeoutMs: 5000 tektonDir: tekton-v03 argoApplicationFile: application-v03.yaml