]> git.openstreetmap.org Git - chef.git/blobdiff - roles/mail.rb
Bump cookstyle from 7.31.1 to 7.31.3
[chef.git] / roles / mail.rb
index 4184b47f30d41a6c7040383242ee5413e2ebb9b6..ccf774328b9c746baa487bca4c3e514edebcd7e6 100644 (file)
@@ -26,7 +26,7 @@ default_attributes(
       "a.mx.openstreetmaps.org",
       "a.mx.osm.io"
     ],
-    :queue_run_max => 5,
+    :queue_run_max => 25,
     :smtp_accept_max => 200,
     :smarthost_name => "mail.openstreetmap.org",
     :smarthost_via => false,
@@ -93,7 +93,7 @@ default_attributes(
   },
   :prometheus => {
     :metrics => {
-      :exim_queue_limit => { :metric => 500 }
+      :exim_queue_limit => { :metric => 250 }
     }
   }
 )