mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-Nonebot.git
synced 2026-04-01 22:04:51 +00:00
fix(jm_comic): 增加线程池工作线程数至5
This commit is contained in:
parent
a7c194a7d4
commit
79293219bc
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ from src.clover_email.send_email import send_email_by_google,send_email_by_qq
|
|||
__name__ = "clover | jm_comic"
|
||||
|
||||
# 创建线程池
|
||||
jm_executor = ThreadPoolExecutor(max_workers=2)
|
||||
jm_executor = ThreadPoolExecutor(max_workers=5)
|
||||
jm_executor.submit(lambda: None).result()
|
||||
|
||||
async def download_jm_Pemail(album_id: str| None,receiver_email: str| None):
|
||||
|
|
|
|||
Loading…
Reference in a new issue