mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
full sync every 6 hours
This commit is contained in:
@@ -253,7 +253,7 @@ function copyToClipboard(text) {
|
||||
}
|
||||
|
||||
fullSync();
|
||||
setInterval(fullSync, 60 * 1000);
|
||||
setInterval(fullSync, 6 * 60 * 1000);
|
||||
|
||||
function fullSync() {
|
||||
syncService.fullSync(function() {});
|
||||
|
||||
Reference in New Issue
Block a user