From: Grant Slater Date: Wed, 12 Feb 2025 14:37:54 +0000 (+0000) Subject: imagery: restart tiler less frequently X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/ff9cb23b7afe784de82051ab4bb7422d3e60e72a?ds=inline imagery: restart tiler less frequently --- diff --git a/cookbooks/imagery/recipes/tiler.rb b/cookbooks/imagery/recipes/tiler.rb index 319cb5794..571425bda 100644 --- a/cookbooks/imagery/recipes/tiler.rb +++ b/cookbooks/imagery/recipes/tiler.rb @@ -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