Skip to content

Commit

Permalink
changed default wait period before upload to 60 secs
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Sep 26, 2024
1 parent a0154a7 commit c545f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xnat_ingest/cli/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
@click.option(
"--wait-period",
type=int,
default=1800,
default=60,
help=(
"The number of seconds to wait between checking for new sessions in the S3 bucket. "
"This is to avoid hitting the S3 API rate limit"
Expand Down

0 comments on commit c545f3c

Please sign in to comment.