Skip to content

Commit 9a3da5d

Browse files
committed
fixed limits typo
1 parent d884e01 commit 9a3da5d

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
@@ -72,7 +72,7 @@ npx wrangler pipelines update [PIPELINE-NAME] --batch-max-mb 100 --batch-max-row
7272
| ----------------------------------------- | ----------- | --------- | ----------- |
7373
| Maximum Batch Size `batch-max-mb` | 10 MB | 0.001 MB | 100 MB |
7474
| Maximum Batch Timeout `batch-max-seconds` | 15 seconds | 0 seconds | 300 seconds |
75-
| Maximum Batch Rows `batch-max-rows` | 10,000 rows | 1 row | 10,000 rows |
75+
| Maximum Batch Rows `batch-max-rows` | 10,000 rows | 1 row | 10,000,000 rows |
7676

7777

7878
## Deliver partitioned data

0 commit comments

Comments
 (0)