From 08c70039b7851df09846d35fbb3290815d122717 Mon Sep 17 00:00:00 2001 From: Codex Date: Sat, 20 Jun 2026 23:33:15 +0000 Subject: [PATCH] fix(hwlab): reduce D601 v03 DB 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 c2d2755c..f5a1c198 100644 --- a/config/hwlab-node-lanes.yaml +++ b/config/hwlab-node-lanes.yaml @@ -141,7 +141,7 @@ lanes: renderDir: runtime-v03 runtimeStore: postgres: - poolMax: 40 + poolMax: 8 connectionTimeoutMs: 5000 tektonDir: tekton-v03 argoApplicationFile: application-v03.yaml