Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Dec 17, 2024
1 parent 3dd7feb commit 2b3d588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod_auth_fast.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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 =>
Expand Down

0 comments on commit 2b3d588

Please sign in to comment.