fixed .leaveunkeptservers
This commit is contained in:
parent
38b26c0550
commit
22d03005a1
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public partial class Administration
|
||||||
|
|
||||||
for (var i = startShardId; i < _creds.GetCreds().TotalShards; i++)
|
for (var i = startShardId; i < _creds.GetCreds().TotalShards; i++)
|
||||||
{
|
{
|
||||||
await _svc.LeaveUnkeptServers(startShardId);
|
await _svc.LeaveUnkeptServers(i);
|
||||||
await Task.Delay(2250 * 1000);
|
await Task.Delay(2250 * 1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue