Pārlūkot izejas kodu

统计交易时间间隔2秒

lichunlei 2 gadi atpakaļ
vecāks
revīzija
689d146bf0
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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()