Skip to content

Commit

Permalink
dial down again
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke committed Sep 27, 2024
1 parent 02af54a commit 16fe0c7
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 @@ -63,7 +63,7 @@ def transfer(self, source_store) -> str:
logger.warning(f"Copying from {source} to {target}")

copy_proc = subprocess.run(
f'rclone copy --fast-list --max-backlog 100000 --s3-chunk-size 100M --s3-upload-concurrency 128 --transfers 128 --checkers 256 -vv -P "{gcs_remote}{source}/" "{osn_remote}{target}/"',
f'rclone copy --fast-list --max-backlog 500000 --s3-chunk-size 200M --s3-upload-concurrency 128 --transfers 128 --checkers 128 -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 16fe0c7

Please sign in to comment.