Commit d5be44cd authored by 黄奎's avatar 黄奎

页面修改

parent 456f44f3
......@@ -115,7 +115,7 @@ namespace Edu.WebApi.Timers
marketTimer= new System.Timers.Timer()
{
Interval = (1000) * (30) //30秒检测一次
Interval = (1000) * (1) //1秒检测一次
};
marketTimer.Elapsed += new System.Timers.ElapsedEventHandler(DealMarketConsultantData);
marketTimer.Enabled = true;
......
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