Skip to content

Commit

Permalink
one at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-fsn committed Oct 5, 2024
1 parent 85dd98d commit 8645ef2
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 @@ -148,7 +148,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 == 4:
if count == 1:
break
for f in concurrent.futures.as_completed(futures):
vendor, server = futures[f]
Expand Down

0 comments on commit 8645ef2

Please sign in to comment.