From 801684912fbc2d7e597e03311a227253e1f7ccaa Mon Sep 17 00:00:00 2001 From: Lyon <88232613+pikasTech@users.noreply.github.com> Date: Sun, 21 Jun 2026 08:50:09 +0800 Subject: [PATCH] fix(workbench): reduce v03 postgres pool budget (#1795) --- deploy/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/deploy.yaml b/deploy/deploy.yaml index 06a1eb7a..09c052b6 100644 --- a/deploy/deploy.yaml +++ b/deploy/deploy.yaml @@ -264,7 +264,7 @@ lanes: port: 5432 runtimeStore: postgres: - poolMax: 40 + poolMax: 16 connectionTimeoutMs: 5000 envReuseServices: - hwlab-cloud-api