]> git.openstreetmap.org Git - chef.git/blobdiff - roles/forum.rb
Switch back to CUBIC for congestion control
[chef.git] / roles / forum.rb
index c032d6b70d48a7228a0991e13cf256ed6a2b699f..3b62fe5aaffcdd1bcc6aeb17734dd72fd2f5a255 100644 (file)
@@ -2,26 +2,14 @@ name "forum"
 description "Role applied to all forum servers"
 
 default_attributes(
-  :accounts => {
-    :users => {
-      :lambertus => {
-        :status => :administrator
-      },
-      :forum => {
-        :status => :role,
-        :members => [:lambertus, :grant]
-      }
-    }
-  },
   :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
     }
   }
 )