X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/3093125b06b088ec7daab3e21f75b85851a586a6..ed0ff5087fb8b476b62d42d789abdca004e46d73:/roles/forum.rb diff --git a/roles/forum.rb b/roles/forum.rb index 83abe0d88..3b62fe5aa 100644 --- a/roles/forum.rb +++ b/roles/forum.rb @@ -2,20 +2,14 @@ name "forum" description "Role applied to all forum servers" default_attributes( - :accounts => { - :users => { - :lambertus => { :status => :administrator } - } - }, :apache => { - :mpm => "prefork", :timeout => 60, :keepalive => false, :prefork => { :start_servers => 20, :min_spare_servers => 20, :max_spare_servers => 50, - :max_clients => 256, + :max_request_workers => 256 } } )