]> git.openstreetmap.org Git - chef.git/blobdiff - roles/taginfo.rb
Rename MaxRequestsPerChild to MaxConnectionsPerChild
[chef.git] / roles / taginfo.rb
index 4b0fb23bd970fad04192ef3da565124106a7fc1f..e94c3130f62012a2f0c79562afc6652c309c465b 100644 (file)
@@ -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 => {