mirror of
https://github.com/bitwarden/browser
synced 2025-01-15 11:58:21 +01:00
Make Sync Optional on SW Start (#12467)
This commit is contained in:
parent
ef8e8bfcbc
commit
456046e095
@ -1330,7 +1330,7 @@ export default class MainBackground {
|
||||
return new Promise<void>((resolve) => {
|
||||
setTimeout(async () => {
|
||||
await this.refreshBadge();
|
||||
await this.fullSync(true);
|
||||
await this.fullSync(false);
|
||||
this.taskSchedulerService.setInterval(
|
||||
ScheduledTaskNames.scheduleNextSyncInterval,
|
||||
5 * 60 * 1000, // check every 5 minutes
|
||||
|
Loading…
Reference in New Issue
Block a user