all repos — website @ f8a4c0497d145a597f6f7ec6f9bebc105fcd04f8

My website

Increase fly connection limits

Alan Pearce
commit

f8a4c0497d145a597f6f7ec6f9bebc105fcd04f8

parent

5c20728ac9ca856218436c5cffb75727c8d9cb49

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

changed files
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