From a693fadf682bff8445e319cee0fbdb5ed50b760f Mon Sep 17 00:00:00 2001 From: Yusuke Ohi Date: Wed, 13 May 2026 16:10:18 +0900 Subject: [PATCH] =?UTF-8?q?perf(agent-pool):=20POOL=5FCAPACITY=20=E3=82=92?= =?UTF-8?q?=208=20=E2=86=92=2010=20=E3=81=AB=E5=BC=95=E3=81=8D=E4=B8=8A?= =?UTF-8?q?=E3=81=92=20dispose=20=E3=83=AC=E3=83=BC=E3=82=B9=E7=B7=A9?= =?UTF-8?q?=E5=92=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index c7e94e4..75d3431 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,7 +8,7 @@ import { startOpenAiProxy } from "./openai-proxy.js"; import { createProviderHook } from "./provider.js"; import { STATIC_FALLBACK_MODELS, makeModelMeta } from "./models.js"; -const POOL_CAPACITY = 8; +const POOL_CAPACITY = 10; /** * OpenCode client with extended properties used by this plugin.