We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 367801c commit 14fb633Copy full SHA for 14fb633
libs/cloud/odc/aws/inventory.py
@@ -86,7 +86,7 @@ def list_inventory(
86
schema = tuple(info["fileSchema"].split(", "))
87
88
if n_threads:
89
- with ThreadPoolExecutor(max_workers=1000) as executor:
+ with ThreadPoolExecutor(max_workers=n_threads) as executor:
90
tasks = [
91
executor.submit(retrieve_manifest_files, key, s3, schema)
92
for key in data_urls
0 commit comments