Increase fly connection limits
f8a4c0497d145a597f6f7ec6f9bebc105fcd04f8
5c20728ac9ca856218436c5cffb75727c8d9cb49
@@ -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