mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
mod_push_keepalive: Fix 'resume_timeout' docs
The default 'resume_timeout' value is 72 hours, not 72 minutes.
This commit is contained in:
parent
ea97be9124
commit
9d4c01d425
@ -87,7 +87,7 @@ mod_opt_type(wake_on_timeout) ->
|
||||
econf:bool().
|
||||
|
||||
mod_options(_Host) ->
|
||||
[{resume_timeout, timer:seconds(259200)},
|
||||
[{resume_timeout, timer:hours(72)},
|
||||
{wake_on_start, false},
|
||||
{wake_on_timeout, true}].
|
||||
|
||||
@ -111,7 +111,7 @@ mod_doc() ->
|
||||
"notification is issued. Once that happened, the "
|
||||
"resumption timeout configured for the 'mod_stream_mgmt' "
|
||||
"module is restored. "
|
||||
"The default value is '72' minutes.")}},
|
||||
"The default value is '72' hours.")}},
|
||||
{wake_on_start,
|
||||
#{value => "true | false",
|
||||
desc =>
|
||||
|
Loading…
Reference in New Issue
Block a user