From b1c3bf0e503bd87eb1407192758eb3627430314a Mon Sep 17 00:00:00 2001 From: wizardforcel <562826179@qq.com> Date: Sun, 1 Jan 2023 04:15:04 +0800 Subject: [PATCH] 2023-01-01 04:15:04 --- EpubCrawler/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EpubCrawler/config.py b/EpubCrawler/config.py index f28a839..b411f37 100644 --- a/EpubCrawler/config.py +++ b/EpubCrawler/config.py @@ -22,8 +22,8 @@ config = { 'readTimeout': 60, 'imgSrc': ['data-src', 'data-original-src', 'src'], 'proxy': '', - 'textThreads': 5, - 'imgThreads': 5, + 'textThreads': 8, + 'imgThreads': 8, 'external': None, 'checkStatus': False, 'cache': True, -- GitLab