From 6ab42591b07c15719fc3a63edcbf23b9008aed14 Mon Sep 17 00:00:00 2001 From: wizardforcel <562826179@qq.com> Date: Sun, 16 Apr 2023 02:11:00 +0800 Subject: [PATCH] 2023-04-16 02:11:00 --- EpubCrawler/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EpubCrawler/config.py b/EpubCrawler/config.py index 80ee974..6e88bfd 100644 --- a/EpubCrawler/config.py +++ b/EpubCrawler/config.py @@ -23,7 +23,7 @@ config = { 'imgSrc': ['data-src', 'data-original-src', 'src'], 'proxy': '', 'textThreads': 8, - 'imgThreads': 8, + 'imgThreads': 24, 'external': None, 'checkStatus': False, 'cache': True, -- GitLab