From 83a9dfcb26ae7c21068691a10ee71e68244c2d5b Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 15 Apr 2026 16:59:20 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E7=A6=81=E7=94=A8=E7=A4=BE=E5=8C=BA?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=B8=AD=E7=9A=84=20Hmac?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/components/plugin/src/ImportXpackTool.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/components/plugin/src/ImportXpackTool.ts b/core/core-frontend/src/components/plugin/src/ImportXpackTool.ts index 487767dc6b..fe2dd723e2 100644 --- a/core/core-frontend/src/components/plugin/src/ImportXpackTool.ts +++ b/core/core-frontend/src/components/plugin/src/ImportXpackTool.ts @@ -45,7 +45,7 @@ export const importXpackTool = async (methodName: string) => { } else { distributed = wsCache.get(key) } - distributed = true + // distributed = true if (isNull(distributed) || !distributed) { return null }