DavidLiu 3 달 전
부모
커밋
8f52729ee3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/core/voip/bot.py

+ 1 - 1
src/core/voip/bot.py

@@ -523,7 +523,7 @@ class BotAgent:
             self.cache.set_register_per_hours(expire=timeout_sec - (60*3))
             # Create and initialize the library
             ep_cfg = pj.EpConfig()
-            ep_cfg.uaConfig.threadCnt = 1
+            ep_cfg.uaConfig.threadCnt = 8
             ep_cfg.uaConfig.mainThreadOnly = False
             ep_cfg.uaConfig.maxCalls = 32
             ep_cfg.uaConfig.maxAccounts = 32