1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 17:59:31 +02:00

The default 'iqdisc' is now 'no_queue'

This commit is contained in:
Evgeniy Khramtsov 2017-05-18 19:13:18 +03:00
parent bcb44ccb6f
commit a78862e05e

View file

@ -186,7 +186,7 @@ check_type(N) when is_integer(N), N>0 -> N;
check_type(parallel) -> parallel. check_type(parallel) -> parallel.
iqdisc(Host) -> 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()}]. -spec transform_module_options([{atom(), any()}]) -> [{atom(), any()}].