Skip to content

Commit 54153b6

Browse files
Update src/content/docs/queues/configuration/configure-queues.mdx
Co-authored-by: ToriLindsay <[email protected]>
1 parent 91c8e81 commit 54153b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/queues/configuration/configure-queues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $ npx run wrangler queues update --delivery-delay-secs 60 --message-retention-pe
3535

3636
* `--delivery-delay-secs` <Type text="number" /> <Type text="optional" />
3737
* How long a published message is delayed for, before it is delivered to consumers.
38-
* Must be between 0 and 43200 (12 hrs).
38+
* Must be between 0 and 43200 (12 hours).
3939
* Defaults to 0.
4040

4141
* `--message-retention-period-secs` <Type text="number" /> <Type text="optional" />

0 commit comments

Comments
 (0)