mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
perf: optimize persist delta gating and diagnostics
This commit is contained in:
@@ -112,6 +112,18 @@ export const defaultSettings = {
|
||||
embeddingBackendApiUrl: "",
|
||||
embeddingAutoSuffix: true,
|
||||
|
||||
// Native 性能加速(灰度)
|
||||
graphUseNativeLayout: false,
|
||||
graphNativeLayoutThresholdNodes: 280,
|
||||
graphNativeLayoutThresholdEdges: 1600,
|
||||
graphNativeLayoutWorkerTimeoutMs: 260,
|
||||
persistUseNativeDelta: false,
|
||||
persistNativeDeltaThresholdRecords: 20000,
|
||||
persistNativeDeltaThresholdStructuralDelta: 600,
|
||||
persistNativeDeltaThresholdSerializedChars: 4000000,
|
||||
nativeEngineFailOpen: true,
|
||||
graphNativeForceDisable: false,
|
||||
|
||||
// Schema
|
||||
nodeTypeSchema: null,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user