From fccce144a33cfae425b078cdb3af5fbf8916bfe3 Mon Sep 17 00:00:00 2001
From: lyg <1543117173@qq.com>
Date: 星期日, 09 六月 2024 15:21:57 +0800
Subject: [PATCH] 增加多线程、定时退出功能

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

diff --git a/config.json b/config.json
index 64e378e..cacd154 100644
--- a/config.json
+++ b/config.json
@@ -1,4 +1,19 @@
 {
-  "startRow": 21,
-  "endRow": 22
+  "//璧峰琛屽彿锛屼粠0寮�濮嬶紝绗�0琛屾槸琛ㄥご锛屽寘鍚�": "//",
+  "startRow": 1,
+  
+  "//缁撴潫琛屽彿锛屼粠0寮�濮嬶紝涓嶅寘鍚琛�": "//",
+  "endRow": 2001,
+
+  "//绾跨▼鏁�": "//",
+  "threadSize": 4,
+
+  "//瀹氭椂缁撴潫鏃堕棿锛屽崟浣嶅垎閽燂紝0琛ㄧず涓嶈缃畾鏃剁粨鏉熸椂闂�": "//",
+  "endOfTime": 60,
+  
+  "//鏃犲ご妯″紡": "//",
+  "headless": true,
+  
+  "//绂佺敤GPU娓叉煋": "//",
+  "disableGpu": true
 }
\ No newline at end of file

--
Gitblit v1.9.1