mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
Integrate Authority Blob storage
This commit is contained in:
@@ -137,6 +137,7 @@ export function createGraphPersistenceState() {
|
||||
authorityServerPrimaryReady: false,
|
||||
authorityStoragePrimaryReady: false,
|
||||
authorityTriviumPrimaryReady: false,
|
||||
authorityBlobReady: false,
|
||||
authorityBrowserCacheMode: "minimal",
|
||||
authorityOfflineQueueBytes: 0,
|
||||
authorityOfflineQueueItems: 0,
|
||||
@@ -155,6 +156,14 @@ export function createGraphPersistenceState() {
|
||||
authorityLastJobProgress: 0,
|
||||
authorityLastJobError: "",
|
||||
authorityLastJobUpdatedAt: "",
|
||||
authorityBlobState: "idle",
|
||||
authorityLastBlobEvent: null,
|
||||
authorityLastBlobAction: "",
|
||||
authorityLastBlobBackend: "",
|
||||
authorityLastBlobPath: "",
|
||||
authorityLastBlobReason: "",
|
||||
authorityLastBlobError: "",
|
||||
authorityLastBlobUpdatedAt: "",
|
||||
localStoreFormatVersion: 1,
|
||||
localStoreMigrationState: "idle",
|
||||
opfsWriteLockState: {
|
||||
|
||||
Reference in New Issue
Block a user