all repos — homestead @ 680ea2323fc11aa02f6db41e90e1a3de3f4b22f3

Code for my website

Increase fly connection limits

Alan Pearce
commit

680ea2323fc11aa02f6db41e90e1a3de3f4b22f3

parent

da08b6f7dd5a74491f34de5190af23d15dd4a69d

1 file 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