Explorar o código

修改同步时间

xuwei %!s(int64=2) %!d(string=hai) anos
pai
achega
778e8d01e2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      wwwroot/Global.asax

+ 1 - 1
wwwroot/Global.asax

@@ -28,7 +28,7 @@
         Logger.Debug("$$$定时器已启动$$$");
 
         //设置timer
-        tr = new System.Timers.Timer(60000);
+        tr = new System.Timers.Timer(180000);
         tr.Elapsed += new System.Timers.ElapsedEventHandler(tr_Timer);
         tr.Enabled = true;
         tr.AutoReset = true;