Skip to content

Commit 5f0dfac

Browse files
committed
Update workers
1 parent 1b8a8df commit 5f0dfac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chiles_daliuge/NewChiliesSplit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def fetch_original_ms(
109109
})
110110

111111
# Execute copy tasks in parallel (max 5 at a time)
112-
with ThreadPoolExecutor(max_workers=5) as executor:
112+
with ThreadPoolExecutor(max_workers=10) as executor:
113113
futures = {executor.submit(run, task["cmd"], stdout=PIPE, stderr=PIPE, text=True): task for task in copy_tasks}
114114
for future in as_completed(futures):
115115
task = futures[future]

0 commit comments

Comments
 (0)