소스 검색

交易推送间隔100毫秒

lcl 5 달 전
부모
커밋
269e00580b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      AppStart/GetHaoDaFTPInfoService.cs

+ 1 - 0
AppStart/GetHaoDaFTPInfoService.cs

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