mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Update documentation: mod_muc ram_db_type supports SQL since 17.04 (#3632)
This commit is contained in:
parent
271a9f097d
commit
2e2667bbd7
@ -1386,11 +1386,10 @@ mod_doc() ->
|
|||||||
"store room information. The default is the storage defined "
|
"store room information. The default is the storage defined "
|
||||||
"by the global option 'default_db', or 'mnesia' if omitted.")}},
|
"by the global option 'default_db', or 'mnesia' if omitted.")}},
|
||||||
{ram_db_type,
|
{ram_db_type,
|
||||||
#{value => "mnesia",
|
#{value => "mnesia | sql",
|
||||||
desc =>
|
desc =>
|
||||||
?T("Define the type of volatile (in-memory) storage where the module "
|
?T("Define the type of volatile (in-memory) storage where the module "
|
||||||
"will store room information. The only available value for this "
|
"will store room information ('muc_online_room' and 'muc_online_users').")}},
|
||||||
"module is 'mnesia'.")}},
|
|
||||||
{hibernation_timeout,
|
{hibernation_timeout,
|
||||||
#{value => "infinity | Seconds",
|
#{value => "infinity | Seconds",
|
||||||
desc =>
|
desc =>
|
||||||
|
Loading…
Reference in New Issue
Block a user