mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
full sync every 6 hours
This commit is contained in:
@@ -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() {});
|
||||||
|
|||||||
Reference in New Issue
Block a user