Skip to content

Commit de1a33a

Browse files
committed
Fix PartitionPool child_spec
1 parent 3ad1d19 commit de1a33a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/data_buffer/partition_pool.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ defmodule DataBuffer.PartitionPool do
1717
def child_spec(opts) do
1818
%{
1919
id: __MODULE__,
20-
start: {__MODULE__, :start_link, opts}
20+
start: {__MODULE__, :start_link, opts},
21+
type: :supervisor
2122
}
2223
end
2324

0 commit comments

Comments
 (0)