Skip to content

Commit

Permalink
test: update_hosts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinspired committed Nov 29, 2024
1 parent a84885d commit 03353df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setHosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ def __init__(
self.tester = tester
self.hosts_manager = hosts_manager
# 添加并发限制
self.semaphore = asyncio.Semaphore(200) # 限制并发请求数
self.semaphore = asyncio.Semaphore(10) # 限制并发请求数

# 添加进度显示实例
self.progress = Progress(
Expand Down

0 comments on commit 03353df

Please sign in to comment.