increased delay to 3k on leaveunkeptservers
Last commit want meant to have the delay at 2500 but I forgot
This commit is contained in:
parent
f70ff5c053
commit
b017c5e805
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ public partial class Administration
|
|||
for (var shardId = startShardId; shardId < _creds.GetCreds().TotalShards; shardId++)
|
||||
{
|
||||
await _svc.StartLeavingUnkeptServers(shardId);
|
||||
await Task.Delay(2250 * 1000);
|
||||
await Task.Delay(3000 * 1000);
|
||||
}
|
||||
|
||||
await ctx.OkAsync();
|
||||
|
|
Loading…
Reference in a new issue