Make Fly.io health checks more aggressive.

This commit is contained in:
Catherine
2025-09-19 21:08:35 +00:00
parent 3d23d58fbb
commit 859c4bef77

View File

@@ -42,6 +42,6 @@ type = "http"
method = "get"
port = 2002
path = "/"
grace_period = "10s"
interval = "10s"
grace_period = "5s"
interval = "2s"
timeout = "1s"