X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2f44cb0b3820d13be38671c523dcb838bc723aef..d54beb537973507b9b63e1636fb9216f3dd0c11a:/roles/taginfo.rb diff --git a/roles/taginfo.rb b/roles/taginfo.rb index ad8537c18..e94c3130f 100644 --- a/roles/taginfo.rb +++ b/roles/taginfo.rb @@ -9,7 +9,7 @@ default_attributes( }, :taginfo => { :status => :role, - :members => [ :jochen, :tomh ] + :members => [:jochen, :tomh] } } }, @@ -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 => {