mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 12:22:10 +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 {
|
} 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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user