DavidLiu 3 ay önce
ebeveyn
işleme
92fb13aedd
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      src/core/voip/bot.py

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

@@ -552,7 +552,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 = 64
+            ep_cfg.uaConfig.threadCnt = 1
             ep_cfg.uaConfig.mainThreadOnly = False
             ep_cfg.uaConfig.maxCalls = 32
             ep_cfg.uaConfig.maxAccounts = 32
@@ -611,7 +611,7 @@ class BotAgent:
         while not self.is_stopping:
             registry.BOT_AGENT_LIVES.set(self.user_part_pool.qsize())
             self.thread_health_check()
-            self.ep.libHandleEvents(100)
+            self.ep.libHandleEvents(50)
 
     def thread_health_check(self):
         _lock = self.cache.get_pjsua_thread_lock()