]> git.openstreetmap.org Git - chef.git/commitdiff
Try and ensure tile server use an integer number of listen buckets
authorTom Hughes <tom@compton.nu>
Tue, 12 Sep 2023 20:03:08 +0000 (21:03 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 12 Sep 2023 20:03:08 +0000 (21:03 +0100)
roles/tile.rb

index 6b159b56851fb9c7af7c0082d7e6bfe0ab7ba6c4..ce4e4a67e691ca581d5f9dd760520ae43d009187 100644 (file)
@@ -21,7 +21,7 @@ default_attributes(
       :max_spare_threads => 1200,
       :max_connections_per_child => 0,
       :async_request_worker_factor => 4,
-      :listen_cores_buckets_ratio => 6
+      :listen_cores_buckets_ratio => 8
     }
   },
   :munin => {