mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-26 17:38:45 +01:00
The default 'iqdisc' is now 'no_queue'
This commit is contained in:
parent
bcb44ccb6f
commit
a78862e05e
@ -186,7 +186,7 @@ check_type(N) when is_integer(N), N>0 -> N;
|
||||
check_type(parallel) -> parallel.
|
||||
|
||||
iqdisc(Host) ->
|
||||
ejabberd_config:get_option({iqdisc, Host}, one_queue).
|
||||
ejabberd_config:get_option({iqdisc, Host}, no_queue).
|
||||
|
||||
-spec transform_module_options([{atom(), any()}]) -> [{atom(), any()}].
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user