Skip to content

Commit 2c39ab2

Browse files
Apply suggestions from code review
Co-authored-by: Vadim Kovalyov <[email protected]>
1 parent 86ca17d commit 2c39ab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-operations/manage-mqtt-broker/howto-broker-mqtt-client-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ The `maxMessageExpirySeconds` setting controls how long a message can stay in th
8080

8181
### Session expiry
8282

83-
The `maxSessionExpirySeconds` setting works with the subscriber queue limit to ensure that messages aren't kept in the queue indefinitely. If a session expires, all messages in the queue for that session are dropped. This helps prevent slow subscribers from using too much memory by eventually clearing the entire queue.
83+
The `maxSessionExpirySeconds` setting works with the subscriber queue limit to ensure that messages aren't kept in the queue indefinitely. If a session expires, all messages in the queue for that session are dropped. This helps prevent offline subscribers from using too much memory by eventually clearing the entire queue.
8484

85-
Both message expiry and session expiry are important for managing slow subscribers and ensuring efficient memory usage.
85+
Both message expiry and session expiry are important for managing slow and offline subscribers and ensuring efficient memory usage.
8686

8787
## Next steps
8888

0 commit comments

Comments
 (0)