diff --git a/fly.toml b/fly.toml index 96b7f09..3514ecd 100644 --- a/fly.toml +++ b/fly.toml @@ -34,11 +34,6 @@ handlers = ['tls', 'http'] hard_limit = 25 soft_limit = 20 -[[services.tcp_checks]] -interval = '15s' -timeout = '2s' -grace_period = '1s' - [[vm]] memory = '1gb' cpu_kind = 'shared'