Skip to content

Commit

Permalink
fix: increase max ports in health checker (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
Whoops authored Sep 29, 2023
1 parent 814e436 commit 06c69b8
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: 1000

0 comments on commit 06c69b8

Please sign in to comment.