Ver código fonte

Merge branch 'v1' of github.com:zauberzeug/nicegui into v1

Falko Schindler 2 anos atrás
pai
commit
e71eb8d8fa
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      fly.toml

+ 2 - 2
fly.toml

@@ -42,7 +42,7 @@ strategy = "canary"
     grace_period = "5s"
     grace_period = "5s"
     interval = "5s"
     interval = "5s"
     restart_limit = 1
     restart_limit = 1
-    timeout = "2s"
+    timeout = "1s"
 
 
   [[services.http_checks]]
   [[services.http_checks]]
     interval = "20s"
     interval = "20s"
@@ -51,7 +51,7 @@ strategy = "canary"
     path = "/"
     path = "/"
     protocol = "http"
     protocol = "http"
     restart_limit = 1
     restart_limit = 1
-    timeout = "4s"
+    timeout = "2s"
     tls_skip_verify = false
     tls_skip_verify = false
     [services.http_checks.headers]
     [services.http_checks.headers]