perf: ship prebuilt wasm artifacts by default

This commit is contained in:
Youzini-afk
2026-04-22 20:22:06 +08:00
parent b28a297b92
commit ba33054124
11 changed files with 688 additions and 8 deletions

View File

@@ -113,16 +113,16 @@ export const defaultSettings = {
embeddingAutoSuffix: true,
// Native 性能加速(灰度)
graphUseNativeLayout: false,
graphUseNativeLayout: true,
graphNativeLayoutThresholdNodes: 280,
graphNativeLayoutThresholdEdges: 1600,
graphNativeLayoutWorkerTimeoutMs: 260,
persistUseNativeDelta: false,
persistUseNativeDelta: true,
persistNativeDeltaThresholdRecords: 20000,
persistNativeDeltaThresholdStructuralDelta: 600,
persistNativeDeltaThresholdSerializedChars: 4000000,
persistNativeDeltaBridgeMode: "json",
loadUseNativeHydrate: false,
loadUseNativeHydrate: true,
loadNativeHydrateThresholdRecords: 12000,
nativeEngineFailOpen: true,
graphNativeForceDisable: false,