DavidLiu 4 달 전
부모
커밋
252b3c78b9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/core/callcenter/esl/client.py

+ 1 - 1
src/core/callcenter/esl/client.py

@@ -628,7 +628,7 @@ class OutboundClient:
 
         def refresh_whitelist(self):
             while True:
-                time.sleep(3600)  # 每 1小时 更新一次
+                time.sleep(60)  # 每 1小时 更新一次
                 self.update_whitelist()