oops, touch requests are concurrent...

This commit is contained in:
Loporrit
2024-09-09 07:03:08 +00:00
parent 908c34f57b
commit 1f57510bb7
3 changed files with 32 additions and 20 deletions

View File

@@ -101,7 +101,7 @@ public class ShardTouchMessageService : ITouchHashService
}
if (hashes.Count > 0)
await SendTouches(hashes);
await Task.Delay(TimeSpan.FromSeconds(30), ct).ConfigureAwait(false);
await Task.Delay(TimeSpan.FromSeconds(60), ct).ConfigureAwait(false);
}
catch (Exception e)
{