Przeglądaj źródła

rm priority flag

Feng 10 lat temu
rodzic
commit
87a2f2680c
1 zmienionych plików z 0 dodań i 3 usunięć
  1. 0 3
      src/emqttd_router.erl

+ 0 - 3
src/emqttd_router.erl

@@ -163,9 +163,6 @@ cast(Router, Msg) ->
 
 init([Pool, Id, StatsFun, Opts]) ->
 
-    %% Calls from pubsub should be scheduled first?
-    process_flag(priority, high),
-
     emqttd_time:seed(),
 
     ?GPROC_POOL(join, Pool, Id),