mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-26 12:25:20 +01:00
full sync every 6 hours
This commit is contained in:
parent
8d458d1762
commit
fe2460bad8
@ -253,7 +253,7 @@ function copyToClipboard(text) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fullSync();
|
fullSync();
|
||||||
setInterval(fullSync, 60 * 1000);
|
setInterval(fullSync, 6 * 60 * 1000);
|
||||||
|
|
||||||
function fullSync() {
|
function fullSync() {
|
||||||
syncService.fullSync(function() {});
|
syncService.fullSync(function() {});
|
||||||
|
Loading…
Reference in New Issue
Block a user