mirror of
https://github.com/bitwarden/mobile
synced 2026-01-05 10:03:26 +00:00
Incremental sync only every 30 minutes
This commit is contained in:
@@ -125,7 +125,7 @@ namespace Bit.App
|
||||
{
|
||||
try
|
||||
{
|
||||
await _syncService.IncrementalSyncAsync();
|
||||
await _syncService.IncrementalSyncAsync(TimeSpan.FromMinutes(30));
|
||||
break;
|
||||
}
|
||||
catch(WebException)
|
||||
|
||||
Reference in New Issue
Block a user