Browse Source

交易推送间隔100毫秒

lcl 5 months ago
parent
commit
269e00580b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      AppStart/GetHaoDaFTPInfoService.cs

+ 1 - 0
AppStart/GetHaoDaFTPInfoService.cs

@@ -621,6 +621,7 @@ namespace MySystem
                             }
                             db.SaveChanges();
                         }
+                        Thread.Sleep(100);
                     }
                 }
                 db.Dispose();