]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: stop mapserver more frequently
authorGrant Slater <github@firefishy.com>
Tue, 10 Dec 2024 15:35:40 +0000 (15:35 +0000)
committerGrant Slater <github@firefishy.com>
Tue, 10 Dec 2024 15:35:54 +0000 (15:35 +0000)
cookbooks/imagery/resources/site.rb

index adbd8e857e728776b1a04d3a068d9538338d2e8f..7137458b3b19313553b17f2b6fbf8d2c2751a3b8 100644 (file)
@@ -153,8 +153,8 @@ action :create do
 
   systemd_timer "mapserv-fcgi-#{new_resource.site}-stop" do
     on_boot_sec "10m"
-    on_unit_inactive_sec "1h"
-    randomized_delay_sec "30m"
+    on_unit_inactive_sec "30m"
+    randomized_delay_sec "20m"
     not_if { new_resource.uses_tiler }
   end