Commit e7425b72 by lizefeng

降低数据刷新的频率

parent 6ee27cfe
...@@ -29,7 +29,7 @@ namespace ResetOutofstock ...@@ -29,7 +29,7 @@ namespace ResetOutofstock
} }
Thread.Sleep(10 * 60 * 1000); Thread.Sleep(30 * 60 * 1000);
} }
}); });
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