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:
parent
bcb44ccb6f
commit
a78862e05e
1 changed files with 1 additions and 1 deletions
|
@ -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()}].
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue