Commit f12ec01b by guanzhenshan

调整启动时间

parent 7e103b50
......@@ -23,7 +23,7 @@ namespace Bailun.DC.TaskCenter
{
var now = DateTime.Now;
if (now.Minute == 12) //每小时启动
if (now.Minute == 1) //每小时启动
{
Console.WriteLine("开始启动 " + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
Init();
......
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