再大点

This commit is contained in:
2024-09-17 09:32:59 +08:00
parent 334cf5e3b6
commit 024d41466a
+1 -1
View File
@@ -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)