all repos — website @ f8a4c0497d145a597f6f7ec6f9bebc105fcd04f8

My website

Increase fly connection limits
Alan Pearce alan@alanpearce.eu
Sat, 08 Jul 2023 20:18:00 +0200
commit

f8a4c0497d145a597f6f7ec6f9bebc105fcd04f8

parent

5c20728ac9ca856218436c5cffb75727c8d9cb49

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M fly.tomlfly.toml
@@ -16,8 +16,8 @@ internal_port = 80   protocol = "tcp"
   [services.concurrency]
     type = "connections"
-    hard_limit = 25
-    soft_limit = 20
+    hard_limit = 200
+    soft_limit = 100
   [[services.ports]]
     handlers = ["http"]
     port = 80