From 75d28b67f4619af713049d7592df4b1df962cf78 Mon Sep 17 00:00:00 2001 From: Derek Kraan Date: Thu, 10 Oct 2024 12:52:15 +0200 Subject: [PATCH] Remove these flags where they are not being used --- lib/horde/dynamic_supervisor.ex | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/horde/dynamic_supervisor.ex b/lib/horde/dynamic_supervisor.ex index ac817c7..1b60844 100644 --- a/lib/horde/dynamic_supervisor.ex +++ b/lib/horde/dynamic_supervisor.ex @@ -192,8 +192,6 @@ defmodule Horde.DynamicSupervisor do strategy: flags.strategy, intensity: flags.max_restarts, period: flags.max_seconds, - max_children: flags.max_children, - extra_arguments: flags.extra_arguments, distribution_strategy: flags.distribution_strategy, process_redistribution: flags.process_redistribution, members: members(flags.members, name)