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