chore: update apps/emqx_modules/README.md

This commit is contained in:
JianBo He 2023-04-19 21:12:24 +08:00 committed by GitHub
parent 7de6c5b392
commit bd935e34e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ protocol standard, including "Delayed Publish", "Topic Rewrite", "Topic Metrics"
## Delayed Publish ## Delayed Publish
After enabling this module, messages sent by the user with the prefix After enabling this module, messages sent by the clients with the topic prefixed with
`$delayed/{Interval}/{Topic}` will be delayed by `{Interval}` seconds before `$delayed/{Interval}/{Topic}` will be delayed by `{Interval}` seconds before
being published to the `{Topic}`. being published to the `{Topic}`.