mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
Implement background maintenance vector sync
This commit is contained in:
@@ -206,6 +206,17 @@ export function createGraphPersistenceState() {
|
||||
authorityDiagnosticsLastPruneError: "",
|
||||
localStoreFormatVersion: 1,
|
||||
localStoreMigrationState: "idle",
|
||||
backgroundMaintenance: {
|
||||
state: "idle",
|
||||
queued: 0,
|
||||
activeId: "",
|
||||
activeName: "",
|
||||
completed: 0,
|
||||
failed: 0,
|
||||
dropped: 0,
|
||||
lastTask: null,
|
||||
updatedAt: 0,
|
||||
},
|
||||
opfsWriteLockState: {
|
||||
active: false,
|
||||
queueDepth: 0,
|
||||
|
||||
Reference in New Issue
Block a user