X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/3093125b06b088ec7daab3e21f75b85851a586a6..148677876eaf6ee2985babefc97cf830effd3a29:/roles/forum.rb diff --git a/roles/forum.rb b/roles/forum.rb index 83abe0d88..3d8d36e2b 100644 --- a/roles/forum.rb +++ b/roles/forum.rb @@ -2,20 +2,11 @@ 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, + :worker => { + :max_request_workers => 250 } } )