rm priority flag
This commit is contained in:
parent
3d2cb93ebd
commit
87a2f2680c
|
@ -163,9 +163,6 @@ cast(Router, Msg) ->
|
||||||
|
|
||||||
init([Pool, Id, StatsFun, Opts]) ->
|
init([Pool, Id, StatsFun, Opts]) ->
|
||||||
|
|
||||||
%% Calls from pubsub should be scheduled first?
|
|
||||||
process_flag(priority, high),
|
|
||||||
|
|
||||||
emqttd_time:seed(),
|
emqttd_time:seed(),
|
||||||
|
|
||||||
?GPROC_POOL(join, Pool, Id),
|
?GPROC_POOL(join, Pool, Id),
|
||||||
|
|
Loading…
Reference in New Issue