]> git.openstreetmap.org Git - chef.git/commitdiff
Increase server limit for piwik
authorTom Hughes <tom@compton.nu>
Mon, 13 Jul 2020 10:52:15 +0000 (11:52 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 13 Jul 2020 10:52:15 +0000 (11:52 +0100)
roles/piwik.rb

index 0bb8fc5f40198d126569a7d61c8acdb23afe8329..01a72be01d90f8d98e539332b9f73c353940d30a 100644 (file)
@@ -4,6 +4,7 @@ description "Role applied to all Piwik servers"
 default_attributes(
   :apache => {
     :worker => {
+      :server_limit => 18,
       :max_request_workers => 450
     }
   },