Skip to content

Commit b80a03b

Browse files
committed
Turned off checks to see if that stops the 100% usage on fly.io.
1 parent e77862c commit b80a03b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

fly.toml

+14-14
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@ port = 80
3737
handlers = ["tls", "http"]
3838
port = 443
3939

40-
[[services.tcp_checks]]
41-
grace_period = "1s"
42-
interval = "15s"
43-
restart_limit = 0
44-
timeout = "2s"
45-
46-
[[services.http_checks]]
47-
interval = 10000
48-
grace_period = "5s"
49-
method = "get"
50-
path = "/"
51-
protocol = "http"
52-
restart_limit = 0
53-
timeout = 2000
40+
#[[services.tcp_checks]]
41+
#grace_period = "1s"
42+
#interval = "15s"
43+
#restart_limit = 0
44+
#timeout = "2s"
45+
46+
#[[services.http_checks]]
47+
#interval = 10000
48+
#grace_period = "5s"
49+
#method = "get"
50+
#path = "/"
51+
#protocol = "http"
52+
#restart_limit = 0
53+
#timeout = 2000
5454

5555

0 commit comments

Comments
 (0)