full sync every 6 hours

This commit is contained in:
Kyle Spearrin 2016-09-21 00:29:28 -04:00
parent 8d458d1762
commit fe2460bad8
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ function copyToClipboard(text) {
}
fullSync();
setInterval(fullSync, 60 * 1000);
setInterval(fullSync, 6 * 60 * 1000);
function fullSync() {
syncService.fullSync(function() {});