Browse Source

统计交易时间间隔2秒

lichunlei 2 năm trước cách đây
mục cha
commit
689d146bf0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()