Skip to content

Commit 7f80c98

Browse files
authored
Update output-settings.mdx
1 parent 37feeed commit 7f80c98

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ Batching can:
4545

4646
There are three ways to define how ingested data is batched:
4747

48-
1. `batch-max-mb`: The maximum amount of data that will be batched in megabytes. Default is `10 MB`, maximum is `100 MB`.
48+
1. `batch-max-mb`: The maximum amount of data that will be batched in megabytes. Default, and maximum, is `100 MB`.
4949
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.
50-
3. `batch-max-seconds`: The maximum duration of a batch before data is written in seconds. Default is `15 seconds`, maximum is `300 seconds`.
50+
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.
5353

@@ -68,11 +68,11 @@ npx wrangler pipelines update [PIPELINE-NAME] --batch-max-mb 100 --batch-max-row
6868

6969
### Batch size limits
7070

71-
| Setting | Default | Minimum | Maximum |
72-
| ----------------------------------------- | ----------- | --------- | ----------- |
73-
| Maximum Batch Size `batch-max-mb` | 10 MB | 1 MB | 100 MB |
74-
| Maximum Batch Timeout `batch-max-seconds` | 15 seconds | 1 second | 300 seconds |
75-
| Maximum Batch Rows `batch-max-rows` | 10,000 rows | 1 row | 10,000,000 rows |
71+
| Setting | Default | Minimum | Maximum |
72+
| ----------------------------------------- | ----------------| --------- | ----------- |
73+
| Maximum Batch Size `batch-max-mb` | 100 MB | 1 MB | 100 MB |
74+
| Maximum Batch Timeout `batch-max-seconds` | 300 seconds | 1 second | 300 seconds |
75+
| Maximum Batch Rows `batch-max-rows` | 10,000,000 rows | 1 row | 10,000,000 rows |
7676

7777

7878
## Deliver partitioned data

0 commit comments

Comments
 (0)