1
0
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:
Justin Baur 2024-12-18 15:28:13 -05:00 committed by GitHub
parent ef8e8bfcbc
commit 456046e095
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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