diff --git a/src/PolykeyAgent.ts b/src/PolykeyAgent.ts index 2b8951d91..fd52b14b7 100644 --- a/src/PolykeyAgent.ts +++ b/src/PolykeyAgent.ts @@ -670,7 +670,7 @@ class PolykeyAgent { await this.nodeManager.start(); await this.nodeConnectionManager.start({ nodeManager: this.nodeManager }); await this.nodeGraph.start({ fresh }); - await this.nodeConnectionManager.syncNodeGraph(); + await this.nodeConnectionManager.syncNodeGraph(false); await this.discovery.start({ fresh }); await this.vaultManager.start({ fresh }); await this.notificationsManager.start({ fresh });