1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 17:59:31 +02:00

Merge pull request #3488 from comradekingu/patch-3

mod_roster language reworked
This commit is contained in:
badlop 2021-01-18 13:32:21 +01:00 committed by GitHub
commit c5f0dc6e5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1351,23 +1351,23 @@ mod_doc() ->
{db_type, {db_type,
#{value => "mnesia | sql", #{value => "mnesia | sql",
desc => 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, {use_cache,
#{value => "true | false", #{value => "true | false",
desc => 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, {cache_size,
#{value => "pos_integer() | infinity", #{value => "pos_integer() | infinity",
desc => 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, {cache_missed,
#{value => "true | false", #{value => "true | false",
desc => 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, {cache_life_time,
#{value => "timeout()", #{value => "timeout()",
desc => 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 => example =>
["modules:", ["modules:",
" ...", " ...",