mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
use one_queue IQ discipline by default
This commit is contained in:
parent
1f2c9b7971
commit
50b747041f
@ -169,7 +169,7 @@ start_link(Host, Opts) ->
|
||||
|
||||
init([Host, Opts]) ->
|
||||
State = parse_options(Host, Opts),
|
||||
IQDisc = gen_mod:get_opt(iqdisc, Opts, parallel),
|
||||
IQDisc = gen_mod:get_opt(iqdisc, Opts, one_queue),
|
||||
gen_iq_handler:add_iq_handler(ejabberd_local, Host, ?NS_VCARD,
|
||||
?MODULE, process_local_iq, IQDisc),
|
||||
gen_iq_handler:add_iq_handler(ejabberd_sm, Host, ?NS_VCARD,
|
||||
|
Loading…
Reference in New Issue
Block a user