all repos — website @ 4f002d0819cbaaebf00435d7befe9858cd0b9cf3

My website

fly: remove concurrency hard limit (default is now unlimited)
Alan Pearce alan@alanpearce.eu
Fri, 31 May 2024 15:33:14 +0200
commit

4f002d0819cbaaebf00435d7befe9858cd0b9cf3

parent

8831b8d3fe084392f8e04c32d483a6db01326c32

1 files changed, 3 insertions(+), 4 deletions(-)

jump to
M fly.tomlfly.toml
@@ -14,9 +14,9 @@ PORT = "80"   REDIRECT_OTHER_HOSTNAMES = "true"
   BASE_URL = "https://alanpearce.eu"
 
-  [[files]]
-    guest_path = "/config.toml"
-    local_path = "config.toml"
+[[files]]
+  guest_path = "/config.toml"
+  local_path = "config.toml"
 
 [metrics]
   port = 9091
@@ -31,7 +31,6 @@ min_machines_running = 3   processes = [ "app" ]
   [http_service.concurrency]
     type = "requests"
-    hard_limit = 20000
     soft_limit = 15000
   [http_service.http_options]
     h2_backend = true