From c5db0494eeb8b75d46b967b6025084f7777a890f Mon Sep 17 00:00:00 2001 From: Lyon <88232613+pikasTech@users.noreply.github.com> Date: Sun, 21 Jun 2026 08:50:10 +0800 Subject: [PATCH] fix(hwlab): reduce d601 v03 postgres pool budget (#542) Co-authored-by: Codex --- 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..f7bfe98e 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: 16 connectionTimeoutMs: 5000 tektonDir: tekton-v03 argoApplicationFile: application-v03.yaml