DavidLiu 3 月之前
父節點
當前提交
fee3e3a869
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/core/voip/bot.py

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

@@ -640,8 +640,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(50)
+            self.ep.libHandleEvents(100)
 
         # Destroy the library
         self.ep.libDestroy()