Browse Source

交易消费间隔10秒200条

lcl 9 months ago
parent
commit
509153f494
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AppStart/GetHaoDaFTPInfoService.cs

+ 1 - 1
AppStart/GetHaoDaFTPInfoService.cs

@@ -528,7 +528,7 @@ namespace MySystem
                 // }
                 // else
                 // {
-                    Thread.Sleep(120000);
+                    Thread.Sleep(10000);
                 // }
             }
         }