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:
parent
2a49824ab7
commit
41ab456bbd
@ -103,7 +103,7 @@ namespace Bit.Admin.HostedServices
|
||||
}
|
||||
}
|
||||
|
||||
await Task.Delay(TimeSpan.FromSeconds(5));
|
||||
await Task.Delay(TimeSpan.FromSeconds(15));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user