Browse Source

调整

master
杨雷 3 months ago
parent
commit
50fd888829
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      TelpoPush.WanJiaAn.Worker/Worker.cs

+ 1
- 1
TelpoPush.WanJiaAn.Worker/Worker.cs View File

@@ -18,7 +18,7 @@ namespace TelpoPush.WanJiaAn.Worker
while (!stoppingToken.IsCancellationRequested) while (!stoppingToken.IsCancellationRequested)
{ {
await _kafkaSubscribe.SubscribeAsync(); await _kafkaSubscribe.SubscribeAsync();
await Task.Delay(1000000, stoppingToken);
await Task.Delay(1000, stoppingToken);
} }
} }
} }


Loading…
Cancel
Save