perf: 禁用社区版本中的 Hmac

This commit is contained in:
fit2cloud-chenyw
2026-04-15 16:59:20 +08:00
committed by fit2cloud-chenyw
parent f95c3bdd23
commit 83a9dfcb26

View File

@@ -45,7 +45,7 @@ export const importXpackTool = async (methodName: string) => {
} else { } else {
distributed = wsCache.get(key) distributed = wsCache.get(key)
} }
distributed = true // distributed = true
if (isNull(distributed) || !distributed) { if (isNull(distributed) || !distributed) {
return null return null
} }