Skip to content

Commit 6f7193a

Browse files
authored
Update pipelines.mdx
1 parent 3b26f53 commit 6f7193a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/partials/workers/wrangler-commands/pipelines.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ wrangler pipelines create <name> --r2 <r2-bucket-name> [OPTIONS]
2727
- `--cors-origins` <Type text="array" /> <MetaInfo text="optional" />
2828
- CORS Origin allowlist for HTTP endpoint. Allows `*`. Defaults to an empty array.
2929
- `--batch-max-mb` <Type text="number" /> <MetaInfo text="optional" />
30-
- The maximum size a batch before data is written in megabytes. Defaults to `100`. Must be between `1` and `100`.
30+
- The maximum size of a batch in megabytes before data is written. Defaults to `100`. Must be between `1` and `100`.
3131
- `--batch-max-rows` <Type text="number" /> <MetaInfo text="optional" />
3232
- The maximum number of rows in a batch before data is written. Defaults to `10000000`. Must be between `1` and `10000000`.
3333
- `--batch-max-seconds` <Type text="number" /> <MetaInfo text="optional" />
@@ -62,7 +62,7 @@ wrangler pipelines update <name> [OPTIONS]
6262
- `--cors-origins` <Type text="array" /> <MetaInfo text="optional" />
6363
- CORS Origin allowlist for HTTP endpoint. Allows `*`. Defaults to an empty array.
6464
- `--batch-max-mb` <Type text="number" /> <MetaInfo text="optional" />
65-
- The maximum size a batch before data is written in megabytes. Defaults to `100`. Must be between `1` and `100`.
65+
- The maximum size of a batch in megabytes before data is written. Defaults to `100`. Must be between `1` and `100`.
6666
- `--batch-max-rows` <Type text="number" /> <MetaInfo text="optional" />
6767
- The maximum number of rows in a batch before data is written. Defaults to `10000000`. Must be between `1` and `10000000`.
6868
- `--batch-max-seconds` <Type text="number" /> <MetaInfo text="optional" />

0 commit comments

Comments
 (0)