diff --git a/fly.toml b/fly.toml index b646bf5..57e4b65 100644 --- a/fly.toml +++ b/fly.toml @@ -42,6 +42,6 @@ type = "http" method = "get" port = 2002 path = "/" -grace_period = "10s" -interval = "10s" +grace_period = "5s" +interval = "2s" timeout = "1s"