Commit f8fca686 by 泽锋 李

fix

parent e5133238
...@@ -14,7 +14,7 @@ namespace ResetOutofstock ...@@ -14,7 +14,7 @@ namespace ResetOutofstock
protected override Task ExecuteAsync(CancellationToken stoppingToken) protected override Task ExecuteAsync(CancellationToken stoppingToken)
{ {
_timer = new Timer(DoWork, null, TimeSpan.Zero, TimeSpan.FromMinutes(1)); _timer = new Timer(DoWork, null, TimeSpan.Zero, TimeSpan.FromSeconds(60));
return Task.CompletedTask; return Task.CompletedTask;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment