Fix default value of resume_timeout

This commit is contained in:
Evgeny Khramtsov 2019-07-25 13:57:43 +03:00
parent 3b18e7cc00
commit a54694684d
1 changed files with 1 additions and 1 deletions

View File

@ -826,7 +826,7 @@ mod_opt_type(queue_type) ->
mod_options(Host) ->
[{max_ack_queue, 5000},
{resume_timeout, 300},
{resume_timeout, timer:seconds(300)},
{max_resume_timeout, undefined},
{ack_timeout, timer:seconds(60)},
{cache_size, ejabberd_option:cache_size(Host)},