comment process_flag(priority, high)

This commit is contained in:
Feng 2015-11-28 11:26:53 +08:00
parent 5b23ccc5b9
commit 0b1540f1db
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ match(Topic) when is_binary(Topic) ->
%%%=============================================================================
init([Id, _Opts]) ->
process_flag(priority, high),
%%process_flag(priority, high),
%%process_flag(min_heap_size, 1024*1024),
gproc_pool:connect_worker(pubsub, {?MODULE, Id}),
{ok, #state{id = Id, submap = maps:new()}}.