update version, fix bug / validate flash fw

This commit is contained in:
2026-03-08 20:53:26 +07:00
parent 1c1fbb7f92
commit ec78c984ad
5 changed files with 31 additions and 13 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=70) as executor:
with ThreadPoolExecutor(max_workers=100) as executor:
futures = [executor.submit(_ping_and_track, ip) for ip in hosts]
for f in as_completed(futures):
pass