Skip to content

Commit

Permalink
Act on review result: remove unnecessary match
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Aug 7, 2023
1 parent 08da6e9 commit b1980cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wpool_process_sup.erl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ init({Name, Options}) ->
Workers = proplists:get_value(workers, Options, 100),
Strategy = proplists:get_value(strategy, Options, {one_for_one, 5, 60}),
maybe_add_event_handler(Options),
gen_server = proplists:get_value(worker_type, Options, gen_server),
{W, IA} = proplists:get_value(worker, Options, {wpool_worker, undefined}),
{WorkerType, Worker, InitArgs} = {wpool_process, W, IA},
WorkerShutdown = proplists:get_value(worker_shutdown, Options, 5000),
Expand Down

0 comments on commit b1980cc

Please sign in to comment.