]> git.openstreetmap.org Git - chef.git/commitdiff
geoipupdate: increase randomized delay to reduce potential hot day
authorGrant Slater <github@firefishy.com>
Mon, 2 Sep 2024 20:22:09 +0000 (21:22 +0100)
committerGrant Slater <github@firefishy.com>
Mon, 2 Sep 2024 20:22:09 +0000 (21:22 +0100)
cookbooks/geoipupdate/recipes/default.rb

index 17fcc0850df25501496635a42046430b85a8711f..b87f5e8226ac16708e7b974c1677454b5cfd8863 100644 (file)
@@ -50,7 +50,7 @@ systemd_timer "geoipupdate" do
   description "Update GeoIP databases"
   on_boot_sec "15m"
   on_unit_active_sec "7d"
-  randomized_delay_sec "4h"
+  randomized_delay_sec "5d"
 end
 
 service "geoipupdate.timer" do