Skip to content

Commit

Permalink
imagery: restart tiler less frequently
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Feb 12, 2025
1 parent 8e9ca09 commit ff9cb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/imagery/recipes/tiler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

systemd_timer "titiler-restart" do
on_boot_sec "10m"
on_unit_inactive_sec "30m"
on_unit_inactive_sec "2h"
randomized_delay_sec "20m"
end

Expand Down

0 comments on commit ff9cb23

Please sign in to comment.