From ea6358019d5929a36e70a4b88c225df2db9a6ace Mon Sep 17 00:00:00 2001 From: Zichao Lin Date: Mon, 6 Jul 2026 20:13:15 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20AI=E5=B9=B6=E8=A1=8Cworkers=205?= =?UTF-8?q?=E2=86=9210?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index d490855..114242f 100644 --- a/main.py +++ b/main.py @@ -65,8 +65,8 @@ def _email_poller(cfg): def _ai_processor(cfg): - logger.info("AI 处理线程已启动 (并行 workers=5)") - max_workers = 5 + logger.info("AI 处理线程已启动 (并行 workers=10)") + max_workers = 10 with ThreadPoolExecutor(max_workers=max_workers) as executor: pending_futures = {} while _running: