about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-05-31 15:33:14 +0200
committerAlan Pearce2024-05-31 15:33:14 +0200
commit4f002d0819cbaaebf00435d7befe9858cd0b9cf3 (patch)
treec2b208ae6efc2250b8e84627af40825aea87ee7e
parent8831b8d3fe084392f8e04c32d483a6db01326c32 (diff)
downloadwebsite-4f002d0819cbaaebf00435d7befe9858cd0b9cf3.tar.lz
website-4f002d0819cbaaebf00435d7befe9858cd0b9cf3.tar.zst
website-4f002d0819cbaaebf00435d7befe9858cd0b9cf3.zip
fly: remove concurrency hard limit (default is now unlimited)
-rw-r--r--fly.toml7
1 files changed, 3 insertions, 4 deletions
diff --git a/fly.toml b/fly.toml
index 6e86e4a..4fc764b 100644
--- a/fly.toml
+++ b/fly.toml
@@ -14,9 +14,9 @@ primary_region = "ams"
   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 @@ primary_region = "ams"
   processes = [ "app" ]
   [http_service.concurrency]
     type = "requests"
-    hard_limit = 20000
     soft_limit = 15000
   [http_service.http_options]
     h2_backend = true