Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
increaes transfers
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke committed Sep 26, 2024
1 parent fb1881f commit 4cac7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feedstock/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4cac7b6

Please sign in to comment.