Skip to content

Commit

Permalink
Update sdks/python/apache_beam/transforms/util.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tvalentyn authored Aug 30, 2024
1 parent a641344 commit 54a9fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/transforms/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ class BatchElements(PTransform):
of BatchElements is used to batch elements across bundles. This is most
impactful in streaming applications where many bundles only contain one
element. Larger max_batch_duration_secs values `might` reduce the throughput
of the transform, while smaller values `might` improve the throughput but
of the transform, while smaller values might improve the throughput but
make it more likely that batches are smaller than the target batch size.
As a general recommendation, start with low values (e.g. 0.005 aka 5ms) and
Expand Down

0 comments on commit 54a9fde

Please sign in to comment.