mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Typo
This commit is contained in:
parent
3dd7febb98
commit
2b3d588f10
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ mod_opt_type(token_refresh_age) ->
|
||||||
mod_options(Host) ->
|
mod_options(Host) ->
|
||||||
[{db_type, ejabberd_config:default_db(Host, ?MODULE)},
|
[{db_type, ejabberd_config:default_db(Host, ?MODULE)},
|
||||||
{token_lifetime, 30*24*60*60},
|
{token_lifetime, 30*24*60*60},
|
||||||
{token_refresh_age, 2*60*605}].
|
{token_refresh_age, 24*60*60}].
|
||||||
|
|
||||||
mod_doc() ->
|
mod_doc() ->
|
||||||
#{desc =>
|
#{desc =>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue