@ -52,10 +52,17 @@ namespace Squidex.Infrastructure.Log
break;
}
await Task.Delay(2000, cts.Token);
try
{
catch (TaskCanceledException)
if (!cts.IsCancellationRequested)
if (releaseToken != null)