Skip to content

Commit

Permalink
feat: run fallback syncronizer after start
Browse files Browse the repository at this point in the history
  • Loading branch information
cg27shokworks committed Apr 5, 2024
1 parent b96e514 commit cad1cc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/apps/sync-engine/BindingManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ export class BindingsManager {
await this.container.virtualDrive.connectSyncRoot();

await this.load();

await this.polling();
}

watch() {
Expand Down

0 comments on commit cad1cc3

Please sign in to comment.