Skip to content

Commit

Permalink
faster progress update
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb committed Jul 18, 2024
1 parent 3f65cdd commit 1e6db51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/anemoi/registry/workers/transfer_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def get_source_path():
if source_path.startswith("s3://"):
source_path = source_path + "/" if not source_path.endswith("/") else source_path

progress = Progress(task, frequency=60)
progress = Progress(task, frequency=10)

if target_path.startswith("s3://"):
LOG.warning("Uploading to S3 is experimental and has not been tested yet.")
Expand Down

0 comments on commit 1e6db51

Please sign in to comment.