mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-20 17:27:00 +01:00
Change time unit of hibernation_timeout option to 'second'
This is done for the sake of consistency with other options
This commit is contained in:
parent
15b4b3fa1b
commit
554f4fc851
@ -1182,7 +1182,7 @@ mod_opt_type(hosts) ->
|
||||
mod_opt_type(queue_type) ->
|
||||
econf:queue_type();
|
||||
mod_opt_type(hibernation_timeout) ->
|
||||
econf:timeout(minute, infinity).
|
||||
econf:timeout(second, infinity).
|
||||
|
||||
mod_options(Host) ->
|
||||
[{access, all},
|
||||
|
Loading…
Reference in New Issue
Block a user