Skip to content

Commit

Permalink
Remove these flags where they are not being used
Browse files Browse the repository at this point in the history
  • Loading branch information
derekkraan committed Oct 10, 2024
1 parent a9cf29d commit 75d28b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/horde/dynamic_supervisor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 75d28b6

Please sign in to comment.