From 8d546341fbf8fc45543cf33e40097bae994cdfd5 Mon Sep 17 00:00:00 2001
From: lyg <1543117173@qq.com>
Date: 星期五, 14 六月 2024 01:33:31 +0800
Subject: [PATCH] 清理文本栈溢出异常处理

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

diff --git a/config.json b/config.json
index 3a54ac3..762e30b 100644
--- a/config.json
+++ b/config.json
@@ -3,10 +3,10 @@
   "startRow": 1,
   
   "//缁撴潫琛屽彿锛屼粠0寮�濮嬶紝涓嶅寘鍚琛�": "//",
-  "endRow": 2001,
+  "endRow": 200,
 
   "//绾跨▼鏁�": "//",
-  "threadSize": 4,
+  "threadSize": 10,
 
   "//瀹氭椂缁撴潫鏃堕棿锛屽崟浣嶅垎閽燂紝0琛ㄧず涓嶈缃畾鏃剁粨鏉熸椂闂�": "//",
   "endOfTime": 0,

--
Gitblit v1.9.1