Skip to content

Commit

Permalink
imagery: restart titiler more frequently
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Dec 11, 2024
1 parent f62feff commit f1335b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cookbooks/imagery/recipes/tiler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@
end

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

service "titiler-restart.timer" do
Expand Down

0 comments on commit f1335b8

Please sign in to comment.