From ff9cb23b7afe784de82051ab4bb7422d3e60e72a Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 12 Feb 2025 14:37:54 +0000 Subject: [PATCH] imagery: restart tiler less frequently --- cookbooks/imagery/recipes/tiler.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5