]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: restart tiler less frequently
authorGrant Slater <github@firefishy.com>
Wed, 12 Feb 2025 14:37:54 +0000 (14:37 +0000)
committerGrant Slater <github@firefishy.com>
Wed, 12 Feb 2025 14:37:54 +0000 (14:37 +0000)
cookbooks/imagery/recipes/tiler.rb

index 319cb5794a749e11a70fc90665def050786b8f11..571425bdaf8f619be986839dcce46bacad5510b1 100644 (file)
@@ -63,7 +63,7 @@ end
 
 systemd_timer "titiler-restart" do
   on_boot_sec "10m"
-  on_unit_inactive_sec "30m"
+  on_unit_inactive_sec "2h"
   randomized_delay_sec "20m"
 end