From 024d41466a627fb7898cb5ff896a7fa4d13b1bea Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Tue, 17 Sep 2024 09:32:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E5=A4=A7=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sync-gitee-to-github/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync-gitee-to-github/sync.py b/sync-gitee-to-github/sync.py index 4750bec..b1e46dd 100644 --- a/sync-gitee-to-github/sync.py +++ b/sync-gitee-to-github/sync.py @@ -61,7 +61,7 @@ for i in range(1, page + 1): repoList.append(j["name"]) # 多线程处理以提升速度 thread = 0 -threadMax = 16 +threadMax = 32 for i in repoList: while True: time.sleep(0.1)