perf: optimize persist delta gating and diagnostics

This commit is contained in:
Youzini-afk
2026-04-13 16:11:22 +08:00
parent 8f7572b615
commit b16785e56f
30 changed files with 4495 additions and 47 deletions

View File

@@ -78,6 +78,7 @@ export function createGraphPersistenceState() {
syncDirtyReason: "",
lastSyncError: "",
dualWriteLastResult: null,
persistDelta: null,
updatedAt: new Date().toISOString(),
};
}