delay 100ms
This commit is contained in:
parent
f722781be4
commit
0b98fe0dfe
|
|
@ -42,6 +42,8 @@ public class RedisSubscriber : IEventSubscriber
|
|||
|
||||
while (true)
|
||||
{
|
||||
await Task.Delay(100);
|
||||
|
||||
if (priorityEnabled)
|
||||
{
|
||||
if (await HandleGroupMessage(db, $"{channel}-{EventPriority.High}", group, received) > 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue