all repos — homestead @ a149930320b3eeebb0a0932b20c8238c1d340dd0

Code for my website

fly: remove concurrency hard limit (default is now unlimited)

Alan Pearce
commit

a149930320b3eeebb0a0932b20c8238c1d340dd0

parent

8c605e227429821928e91061a14bb0761e697317

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

jump to
M fly.tomlfly.toml
@@ -14,9 +14,9 @@ PORT = "80"
REDIRECT_OTHER_HOSTNAMES = "true" BASE_URL = "https://alanpearce.eu" - [[files]] - guest_path = "/config.toml" - local_path = "config.toml" +[[files]] + guest_path = "/config.toml" + local_path = "config.toml" [metrics] port = 9091
@@ -31,7 +31,6 @@ min_machines_running = 3
processes = [ "app" ] [http_service.concurrency] type = "requests" - hard_limit = 20000 soft_limit = 15000 [http_service.http_options] h2_backend = true