From 80a544672a8077ca6eb92cf96eb0f4d18ba5f9ad Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Tue, 4 Apr 2023 15:13:25 +0800 Subject: [PATCH] fix --- common/BaseComicEntity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/BaseComicEntity.py b/common/BaseComicEntity.py index 259a16a..134db4f 100644 --- a/common/BaseComicEntity.py +++ b/common/BaseComicEntity.py @@ -136,7 +136,7 @@ class baseComic: if is_next and fu.notExists(ci.getPathComicInfoXML()): ci.writeComicInfoXML(chapter_name) if is_next and not is_old: # ntfy.sendMsg(f"{book_name} {chapter_name} 下载中") - downloadUtils.download_images(list_img,ComicPath.getDirComicChapter(),files_name=files_name,concurrency=10,timeout=8) + downloadUtils.download_images(list_img,ComicPath.getDirComicChapter(),files_name=files_name,concurrency=15,timeout=8) # ntfy.sendMsg("等待数据检验中...",sleep=0.5) is_next = fu.equImages(ComicPath.getDirComicChapter(),list_img) # if not is_next: ntfy.sendMsg(msg=f"下载数据(不完整,{int(repeat*2)}秒钟后尝试第{repeat}次",sleep=int(repeat*2))