Skip to content

Commit 8980ead

Browse files
authored
Merge pull request #4388 from esl/muc-docs-fix
Fix list rendering in MUC docs
2 parents 80d910c + 8d80b6d commit 8980ead

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/modules/mod_muc.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,16 +436,17 @@ To address that problem MongooseIM has 2 levels of MUC rooms memory optimisation
436436

437437
### Room's process hibernation
438438

439-
By default the room's process is hibernated by the Erlang VM 90 seconds after the last activity.
439+
By default, the room's process is hibernated by the Erlang VM 90 seconds after the last activity.
440440
This timeout can be modified by `hibernate_timeout` option.
441441

442442
### Room deep hibernation
443443

444444
MongooseIM introduces an additional option of deep hibernation for unused rooms.
445445
This optimisation works only for persistent rooms as only these can be restored on demand.
446446
The improvement works as follows:
447+
447448
1. All room processes are traversed at a chosen `hibernated_room_check_interval`.
448-
1. If a `hibernated_room_timeout` is exceeded, a "stop" signal is sent to a unused room.
449+
1. If a `hibernated_room_timeout` is exceeded, a "stop" signal is sent to an unused room.
449450
1. The room's process is stopped only if there are no online users or if the only one is its owner.
450451
If the owner is online, a presence of a type unavailable is sent to it indicating that the room's process is being terminated.
451452

0 commit comments

Comments
 (0)