提高线程数

This commit is contained in:
2024-09-17 09:30:31 +08:00
parent 6e9a49e054
commit 334cf5e3b6
+1 -1
View File
@@ -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)