]> git.openstreetmap.org Git - chef.git/commitdiff
Disable autovacuum logging for prometheus
authorTom Hughes <tom@compton.nu>
Tue, 21 Mar 2023 18:55:17 +0000 (18:55 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 21 Mar 2023 18:55:17 +0000 (18:55 +0000)
roles/prometheus.rb

index e6a5f667b0875c5de3b3f1e3b9e39159fe61598f..85a1f182955f499f898ff045c470333037c5102f 100644 (file)
@@ -20,7 +20,6 @@ default_attributes(
         :random_page_cost => "1.1",
         :effective_cache_size => "144GB",
         :default_statistics_target => "500",
-        :log_autovacuum_min_duration => "0",
         :autovacuum_max_workers => "56",
         :autovacuum_naptime => "1",
         :autovacuum_multixact_freeze_max_age => "200000000",