1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-08 06:28:14 -05: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));
}
}