We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad1d19 commit de1a33aCopy full SHA for de1a33a
1 file changed
lib/data_buffer/partition_pool.ex
@@ -17,7 +17,8 @@ defmodule DataBuffer.PartitionPool do
17
def child_spec(opts) do
18
%{
19
id: __MODULE__,
20
- start: {__MODULE__, :start_link, opts}
+ start: {__MODULE__, :start_link, opts},
21
+ type: :supervisor
22
}
23
end
24
0 commit comments