fix bug loader fw SSH, update doc, update scan ip ( scan nhanh hơn )

This commit is contained in:
2026-03-08 16:25:14 +07:00
parent f8ce6f5831
commit ef363ac61d
5 changed files with 186 additions and 136 deletions

View File

@@ -74,7 +74,7 @@ def _ping_sweep(network, progress_cb=None):
if progress_cb:
progress_cb(done_count[0], total)
with ThreadPoolExecutor(max_workers=50) as executor:
with ThreadPoolExecutor(max_workers=70) as executor:
futures = [executor.submit(_ping_and_track, ip) for ip in hosts]
for f in as_completed(futures):
pass