25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-12-22 17:28:25 +01:00
This commit is contained in:
Paweł Chmielowski 2024-12-17 13:30:04 +01:00
parent 3dd7febb98
commit 2b3d588f10

View File

@ -87,7 +87,7 @@ mod_opt_type(token_refresh_age) ->
mod_options(Host) ->
[{db_type, ejabberd_config:default_db(Host, ?MODULE)},
{token_lifetime, 30*24*60*60},
{token_refresh_age, 2*60*605}].
{token_refresh_age, 24*60*60}].
mod_doc() ->
#{desc =>