Administrator 2 年之前
父節點
當前提交
ea6ecbd9d1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      WCS.Core/LogicHandler.cs

+ 1 - 1
WCS.Core/LogicHandler.cs

@@ -98,7 +98,7 @@ namespace WCS.Core
                 // Console.WriteLine("----------"+dd2);
 
                 var total = (DateTime.Now - last).TotalMilliseconds;
-                var s = (int)(300 - total);
+                var s = (int)(600 - total);
                 if (s > 0)
                     Thread.Sleep(s);
                 total = (DateTime.Now - last).TotalMilliseconds;