1
0
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:
Kyle Spearrin
2016-07-28 21:41:45 -04:00
parent bb4b732b76
commit 7b76f2c238
3 changed files with 15 additions and 2 deletions

View File

@@ -125,7 +125,7 @@ namespace Bit.App
{
try
{
await _syncService.IncrementalSyncAsync();
await _syncService.IncrementalSyncAsync(TimeSpan.FromMinutes(30));
break;
}
catch(WebException)