Explorar o código

统计交易时间间隔2秒

lichunlei %!s(int64=2) %!d(string=hai) anos
pai
achega
689d146bf0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()