mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 04:12:11 +08:00
perf: 禁用社区版本中的 Hmac
This commit is contained in:
committed by
fit2cloud-chenyw
parent
f95c3bdd23
commit
83a9dfcb26
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user