Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed Sep 14, 2024
1 parent fd657b6 commit 60bb108
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Uses the Papiv2 backend which does not specify a parallel composite upload threshold, so parallel
# Uses the GCPBATCH backend which does not specify a parallel composite upload threshold, so parallel
# composite uploads should be off.

name: gcpbatch_parallel_composite_uploads_off_by_default
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Uses the Papiv2ParallelCompositeUploads backend which specifies a parallel composite upload threshold,
# Uses the GCPBATCHParallelCompositeUploads backend which specifies a parallel composite upload threshold,
# so parallel composite uploads should be on.

name: gcpbatch_parallel_composite_uploads_on_in_config
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Uses the Papiv2ParallelCompositeUploads backend which specifies a parallel composite upload threshold,
# Uses the GCPBATCHParallelCompositeUploads backend which specifies a parallel composite upload threshold,
# but the workflow options are set to turn parallel composite uploads off.

name: gcpbatch_parallel_composite_uploads_override_off
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Uses the Papiv2 backend which does not specify a parallel composite upload threshold,
# Uses the GCPBBATCH backend which does not specify a parallel composite upload threshold,
# but the workflow options are set to turn parallel composite uploads on.

name: gcpbatch_parallel_composite_uploads_override_on
Expand Down

0 comments on commit 60bb108

Please sign in to comment.