1
0
mirror of https://github.com/bitwarden/server synced 2025-12-17 16:53:23 +00:00

wait 15 seconds each loop

This commit is contained in:
Kyle Spearrin
2019-03-04 23:46:35 -05:00
parent 2a49824ab7
commit 41ab456bbd

View File

@@ -103,7 +103,7 @@ namespace Bit.Admin.HostedServices
}
}
await Task.Delay(TimeSpan.FromSeconds(5));
await Task.Delay(TimeSpan.FromSeconds(15));
}
}