From c4c3e58fe6d82c08a7d4582c7e44d34070e6c870 Mon Sep 17 00:00:00 2001 From: Paul Swartz Date: Tue, 15 Aug 2023 16:01:41 -0400 Subject: [PATCH] fix: increase maximum ports to avoid premature crashes --- apps/health/config/config.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/health/config/config.exs b/apps/health/config/config.exs index 8b2c453e..7e008cdb 100644 --- a/apps/health/config/config.exs +++ b/apps/health/config/config.exs @@ -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