Skip to content

Commit

Permalink
Remove default to full sync
Browse files Browse the repository at this point in the history
  • Loading branch information
cachapa committed Nov 4, 2023
1 parent 5ad84f1 commit 35e2466
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/sync/sync_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ class SyncProvider {
return true;
},
onConnect: (peerId, customData) {
// TODO Default to false
if (_store.get('need_full_sync', defaultValue: true)) {
if (_store.get('need_full_sync', defaultValue: false)) {
_fullSync();
}
},
Expand Down

0 comments on commit 35e2466

Please sign in to comment.