소스 검색

无商户继续等待,20秒一次

lcl 1 년 전
부모
커밋
6d9be10239
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      AppStart/Helper/ActPrizeCheckService.cs

+ 1 - 1
AppStart/Helper/ActPrizeCheckService.cs

@@ -36,7 +36,7 @@ namespace MySystem
                         function.WriteLog(DateTime.Now.ToString() + "\r\n" + ex.ToString(), "实时监听无商户号未发奖励异常");
                     }
                 }
-                Thread.Sleep(5000);
+                Thread.Sleep(20000);
             }
         }
         public void DoSomething(string content)