diff --git a/inspector/inspector.py b/inspector/inspector.py index 7f0a88e..deec20e 100644 --- a/inspector/inspector.py +++ b/inspector/inspector.py @@ -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]