comment process_flag(priority, high)
This commit is contained in:
parent
5b23ccc5b9
commit
0b1540f1db
|
@ -232,7 +232,7 @@ match(Topic) when is_binary(Topic) ->
|
||||||
%%%=============================================================================
|
%%%=============================================================================
|
||||||
|
|
||||||
init([Id, _Opts]) ->
|
init([Id, _Opts]) ->
|
||||||
process_flag(priority, high),
|
%%process_flag(priority, high),
|
||||||
%%process_flag(min_heap_size, 1024*1024),
|
%%process_flag(min_heap_size, 1024*1024),
|
||||||
gproc_pool:connect_worker(pubsub, {?MODULE, Id}),
|
gproc_pool:connect_worker(pubsub, {?MODULE, Id}),
|
||||||
{ok, #state{id = Id, submap = maps:new()}}.
|
{ok, #state{id = Id, submap = maps:new()}}.
|
||||||
|
|
Loading…
Reference in New Issue