mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-28 16:34:13 +01:00
mod_roster language reworked
This commit is contained in:
parent
bc08e75f75
commit
72cf63c0a8
@ -1351,23 +1351,23 @@ mod_doc() ->
|
||||
{db_type,
|
||||
#{value => "mnesia | sql",
|
||||
desc =>
|
||||
?T("Same as top-level 'default_db' option, but applied to this module only.")}},
|
||||
?T("Same as the 'default_db' top-level option, but only applied to this module.")}},
|
||||
{use_cache,
|
||||
#{value => "true | false",
|
||||
desc =>
|
||||
?T("Same as top-level 'use_cache' option, but applied to this module only.")}},
|
||||
?T("Same as the 'use_cache' top-level option, but only applied to this module.")}},
|
||||
{cache_size,
|
||||
#{value => "pos_integer() | infinity",
|
||||
desc =>
|
||||
?T("Same as top-level 'cache_size' option, but applied to this module only.")}},
|
||||
?T("Same as the 'cache_size' top-level option, but only applied to this module.")}},
|
||||
{cache_missed,
|
||||
#{value => "true | false",
|
||||
desc =>
|
||||
?T("Same as top-level 'cache_missed' option, but applied to this module only.")}},
|
||||
?T("Same as the 'cache_missed' top-level option, but only applied to this module.")}},
|
||||
{cache_life_time,
|
||||
#{value => "timeout()",
|
||||
desc =>
|
||||
?T("Same as top-level 'cache_life_time' option, but applied to this module only.")}}],
|
||||
?T("Same as the 'cache_life_time' top-level option, but only applied to this module.")}}],
|
||||
example =>
|
||||
["modules:",
|
||||
" ...",
|
||||
|
Loading…
Reference in New Issue
Block a user