Selaa lähdekoodia

统计交易时间间隔2秒

lichunlei 2 vuotta sitten
vanhempi
commit
689d146bf0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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()