Skip to content

Commit

Permalink
fix: increase maximum ports to avoid premature crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulswartz committed Aug 15, 2023
1 parent 632b256 commit c4c3e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/health/config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ config :health,
Health.Checkers.Ports
]

config :health, Health.Checkers.Ports, max_ports: 250
config :health, Health.Checkers.Ports, max_ports: 2500

0 comments on commit c4c3e58

Please sign in to comment.