From 639b0336707d6c44b11b84c8b03861d580190c83 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 23 Nov 2016 19:22:11 +0000 Subject: [PATCH 1/1] Tweak frontend apache config a bit more --- roles/web-frontend.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/web-frontend.rb b/roles/web-frontend.rb index 5ad106847..4d82bd4f6 100644 --- a/roles/web-frontend.rb +++ b/roles/web-frontend.rb @@ -10,7 +10,6 @@ default_attributes( :threads_per_child => 50, :min_spare_threads => 50, :max_spare_threads => 450, - :max_connections_per_child => 10000, :async_request_worker_factor => 4 } }, -- 2.43.2