mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
perf: ship prebuilt wasm artifacts by default
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user