Up major data threshold to 10
This commit is contained in:
@@ -341,7 +341,7 @@ class SyncManager {
|
|||||||
|
|
||||||
// The number of changed items that constitute a major change
|
// The number of changed items that constitute a major change
|
||||||
// This is used by the desktop app to create backups
|
// This is used by the desktop app to create backups
|
||||||
let majorDataChangeThreshold = 5;
|
let majorDataChangeThreshold = 10;
|
||||||
if(
|
if(
|
||||||
this.allRetreivedItems.length >= majorDataChangeThreshold ||
|
this.allRetreivedItems.length >= majorDataChangeThreshold ||
|
||||||
saved.length >= majorDataChangeThreshold ||
|
saved.length >= majorDataChangeThreshold ||
|
||||||
|
|||||||
Reference in New Issue
Block a user