Skip to content

Commit ff9cb23

Browse files
committed
imagery: restart tiler less frequently
1 parent 8e9ca09 commit ff9cb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/imagery/recipes/tiler.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
systemd_timer "titiler-restart" do
6565
on_boot_sec "10m"
66-
on_unit_inactive_sec "30m"
66+
on_unit_inactive_sec "2h"
6767
randomized_delay_sec "20m"
6868
end
6969

0 commit comments

Comments
 (0)