|
@@ -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()
|