File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/content/partials/workers/wrangler-commands Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" />
You can’t perform that action at this time.
0 commit comments