all repos — homestead @ 7d5ae894c6e8695c6f24734fc9f112ba2a66e04a

Code for my website

fly: increase maximum concurrency

Alan Pearce
commit

7d5ae894c6e8695c6f24734fc9f112ba2a66e04a

parent

6b6a67390b7366678883f74faf0747c794998448

1 file changed, 4 insertions(+), 0 deletions(-)

jump to
M fly.tomlfly.toml
@@ -24,6 +24,10 @@ auto_stop_machines = false
auto_start_machines = true min_machines_running = 3 processes = ["app"] + [http_service.concurrency] + type = "requests" + hard_limit = 20000 + soft_limit = 15000 [http_service.http_options.response.headers] Strict-Transport-Security = "max-age=31536000; includeSubdomains; preload" [[http_service.checks]]