Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-fsn committed Nov 12, 2024
1 parent 2dfc7ee commit 1a07752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inspector/inspector.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def start(ctx, exclude, start_only):
f = executor.submit(lib.start_inspect, executor, lock, data_dir, vendor, server, tasks, srv_data, regions, zones)
futures[f] = (vendor, server)
count += 1
if count == 8:
if count == 1:
break
for f in concurrent.futures.as_completed(futures):
vendor, server = futures[f]
Expand Down

0 comments on commit 1a07752

Please sign in to comment.