From 334cf5e3b664faf748994f777e226ac56b2a902f Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Tue, 17 Sep 2024 09:30:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E9=AB=98=E7=BA=BF=E7=A8=8B=E6=95=B0?= 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 cb5db70..4750bec 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 = 10 +threadMax = 16 for i in repoList: while True: time.sleep(0.1)