X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3f0adbf98daf65d842dc28bf372fba289f6c74ec..7013f21316fbdc86a8a36c7aea7f908878db6ef7:/roles/web-frontend.rb diff --git a/roles/web-frontend.rb b/roles/web-frontend.rb index 646735bf2..d6c144a68 100644 --- a/roles/web-frontend.rb +++ b/roles/web-frontend.rb @@ -10,7 +10,7 @@ default_attributes( :min_spare_threads => 50, :max_spare_threads => 150, :threads_per_child => 50, - :max_requests_per_child => 10000 + :max_connections_per_child => 10000 } }, :logstash => {