mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
feat(authority): add server-primary capability probe
This commit is contained in:
@@ -117,6 +117,26 @@ export const defaultSettings = {
|
||||
embeddingBackendApiUrl: "",
|
||||
embeddingAutoSuffix: true,
|
||||
|
||||
authorityEnabled: "auto",
|
||||
authorityBaseUrl: "/api/plugins/authority",
|
||||
authorityPrimaryWhenAvailable: true,
|
||||
authorityStorageMode: "auto-server-primary",
|
||||
authorityVectorMode: "auto-primary",
|
||||
authoritySqlPrimary: true,
|
||||
authorityTriviumPrimary: true,
|
||||
authorityGraphQueryEnabled: true,
|
||||
authorityJobsEnabled: true,
|
||||
authorityBlobCheckpointEnabled: true,
|
||||
authorityBrowserCacheMode: "minimal",
|
||||
authorityOfflineWritePolicy: "queue-local-dirty",
|
||||
authorityOfflineQueueMaxBytes: 1048576,
|
||||
authorityOfflineQueueMaxItems: 128,
|
||||
authorityOfflineQueueMaxAgeMs: 3600000,
|
||||
authorityVectorSyncChunkSize: 1000,
|
||||
authorityVectorFailOpen: true,
|
||||
authorityDiagnosticsEnabled: true,
|
||||
authorityProbeIntervalMs: 60000,
|
||||
|
||||
// Native 性能加速(灰度)
|
||||
graphUseNativeLayout: true,
|
||||
graphNativeLayoutThresholdNodes: 280,
|
||||
|
||||
Reference in New Issue
Block a user