fix: increased delay to 2500, renamed method

This commit is contained in:
Kwoth
2024-08-29 11:50:42 +00:00
parent 79c2dfec2d
commit 2b12269917
3 changed files with 5 additions and 5 deletions

View File

@@ -237,7 +237,7 @@ public sealed class CleanupService : ICleanupService, IReadyExecutor, INService
return await table.CountAsync();
}
public async Task LeaveUnkeptServers(int shardId)
public async Task StartLeavingUnkeptServers(int shardId)
=> await _pubSub.Pub(_keepTriggerKey, shardId);
private ValueTask OnKeepReport(KeepReport report)