Skip to content

Commit

Permalink
Pass along max_children config to ProcessesSupervisor
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernazal authored and derekkraan committed Oct 10, 2024
1 parent a7163b8 commit a80cea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/horde/dynamic_supervisor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ defmodule Horde.DynamicSupervisor do
type: :supervisor,
name: supervisor_name(name),
strategy: flags.strategy,
max_children: flags.max_children,
max_restarts: flags.max_restarts,
max_seconds: flags.max_seconds
]},
Expand Down

0 comments on commit a80cea7

Please sign in to comment.