Reduced report chat messages to 1 min of polling

This commit is contained in:
cake
2025-12-16 07:11:35 +01:00
parent 143037165a
commit 6294b1d496

View File

@@ -162,7 +162,7 @@ internal class DiscordBot : IHostedService
try
{
await Task.Delay(TimeSpan.FromMinutes(10), token).ConfigureAwait(false);
await Task.Delay(TimeSpan.FromMinutes(1), token).ConfigureAwait(false);
}
catch (OperationCanceledException)
{