From 35a49bbd1b9c131a3a2db734f1351837022930a5 Mon Sep 17 00:00:00 2001
From: lyg <1543117173@qq.com>
Date: 星期二, 11 六月 2024 22:21:11 +0800
Subject: [PATCH] 图书下载修改多线程并发下载分配策略,统一由主线程分配给子线程下载图书信息

---
 config.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config.json b/config.json
index 3a54ac3..59e371b 100644
--- a/config.json
+++ b/config.json
@@ -3,7 +3,7 @@
   "startRow": 1,
   
   "//缁撴潫琛屽彿锛屼粠0寮�濮嬶紝涓嶅寘鍚琛�": "//",
-  "endRow": 2001,
+  "endRow": 4,
 
   "//绾跨▼鏁�": "//",
   "threadSize": 4,

--
Gitblit v1.9.1