Преглед изворни кода

统计交易时间间隔2秒

lichunlei пре 2 година
родитељ
комит
689d146bf0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      AppStart/Helper/StatService.cs

+ 1 - 1
AppStart/Helper/StatService.cs

@@ -32,7 +32,7 @@ namespace MySystem
             while (true)
             {
                 StatTradeAmount();
-                Thread.Sleep(300);
+                Thread.Sleep(2000);
             }
         }
         public void StatTradeAmount()