Skip to content

Commit e29de37

Browse files
authored
Fixed typo (#21624)
1 parent d6b7103 commit e29de37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/pipelines/build-with-pipelines/output-settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Batching can:
4646
There are three ways to define how ingested data is batched:
4747

4848
1. `batch-max-mb`: The maximum amount of data that will be batched in megabytes. Default, and maximum, is `100 MB`.
49-
2. `batch-max-rows`: The maximum number of rows or events in a batch before data is written. Default, and maximum, is `10,000` rows.
49+
2. `batch-max-rows`: The maximum number of rows or events in a batch before data is written. Default, and maximum, is `10,000,000` rows.
5050
3. `batch-max-seconds`: The maximum duration of a batch before data is written in seconds. Default, and maximum, is `300 seconds`.
5151

5252
Batch definitions are hints. A pipeline will follow these hints closely, but batches might not be exact.

0 commit comments

Comments
 (0)