mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
feat: harden Luker sidecar persistence flow
This commit is contained in:
@@ -55,11 +55,17 @@ export function createGraphPersistenceState() {
|
||||
primaryStorageTier: "indexeddb",
|
||||
cacheStorageTier: "none",
|
||||
cacheMirrorState: "idle",
|
||||
cacheLag: 0,
|
||||
persistDiagnosticTier: "none",
|
||||
acceptedBy: "none",
|
||||
lastRecoverableStorageTier: "none",
|
||||
persistMismatchReason: "",
|
||||
commitMarker: null,
|
||||
lukerSidecarFormatVersion: 0,
|
||||
lukerManifestRevision: 0,
|
||||
lukerJournalDepth: 0,
|
||||
lukerJournalBytes: 0,
|
||||
lukerCheckpointRevision: 0,
|
||||
restoreLock: {
|
||||
active: false,
|
||||
depth: 0,
|
||||
|
||||
Reference in New Issue
Block a user