]> git.openstreetmap.org Git - chef.git/commitdiff
Allow some extra apache processes to account for graceful termination
authorTom Hughes <tom@compton.nu>
Mon, 18 Jul 2022 09:47:32 +0000 (10:47 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 18 Jul 2022 09:48:37 +0000 (10:48 +0100)
roles/tile.rb

index 1da7726d863ee13be19550b7fc87d03e19a82119..ea8b27daf1fbfb913673792625acbe4969ce5ab8 100644 (file)
@@ -13,7 +13,7 @@ default_attributes(
     :mpm => "event",
     :timeout => 60,
     :event => {
-      :server_limit => 60,
+      :server_limit => 80,
       :max_request_workers => 1200,
       :threads_per_child => 20,
       :min_spare_threads => 300,