X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/771abb774d2658685bfce5b3c44b76ae86873966..7013f21316fbdc86a8a36c7aea7f908878db6ef7:/roles/taginfo.rb diff --git a/roles/taginfo.rb b/roles/taginfo.rb index 4b0fb23bd..e94c3130f 100644 --- a/roles/taginfo.rb +++ b/roles/taginfo.rb @@ -17,11 +17,11 @@ default_attributes( :mpm => "event", :event => { :server_limit => 40, - :max_clients => 1000, + :max_request_workers => 1000, :min_spare_threads => 50, :max_spare_threads => 150, :threads_per_child => 50, - :max_requests_per_child => 10000 + :max_connections_per_child => 10000 } }, :taginfo => {