diff --git a/feedstock/recipe.py b/feedstock/recipe.py index 8b19e36..9c12fe6 100644 --- a/feedstock/recipe.py +++ b/feedstock/recipe.py @@ -64,7 +64,7 @@ def transfer(self, source_store) -> str: logger.warning(f"Copying from {source} to {target}") copy_proc = subprocess.run( - f'rclone copy -vv -P "{gcs_remote}{source}/" "{osn_remote}{target}/"', + f'rclone copy --transfers 16 -vv -P "{gcs_remote}{source}/" "{osn_remote}{target}/"', shell=True, capture_output=False, # will expose secrets if true text=True,