Skip to content

Commit 91c8e81

Browse files
Update src/content/docs/workers/wrangler/commands.mdx
Co-authored-by: ToriLindsay <[email protected]>
1 parent da508e4 commit 91c8e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/wrangler/commands.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,7 @@ wrangler queues create <name> [OPTIONS]
12551255
- `--delivery-delay-secs` <Type text="number" /> <MetaInfo text="optional" />
12561256
- How long a published message should be delayed for, in seconds. Must be a positive integer.
12571257
- `--message-retention-period-secs` <Type text="number" /> <MetaInfo text="optional" />
1258-
- How long a published message is retained on the Queue. Must be a positive integer between 60 and 1209600 (14 days). Defaults to 345600 (4 days).
1258+
- How long a published message is retained in the Queue. Must be a positive integer between 60 and 1209600 (14 days). Defaults to 345600 (4 days).
12591259

12601260
<Render file="wrangler-commands/global-flags" product="workers" />
12611261

0 commit comments

Comments
 (0)