Up major data threshold to 10

This commit is contained in:
Mo Bitar
2018-04-17 10:09:52 -05:00
parent 36ce04a0e6
commit f6af424100

View File

@@ -341,7 +341,7 @@ class SyncManager {
// The number of changed items that constitute a major change
// This is used by the desktop app to create backups
let majorDataChangeThreshold = 5;
let majorDataChangeThreshold = 10;
if(
this.allRetreivedItems.length >= majorDataChangeThreshold ||
saved.length >= majorDataChangeThreshold ||