]> git.openstreetmap.org Git - chef.git/commitdiff
Check if tile expiry is needed once an hour
authorTom Hughes <tom@compton.nu>
Thu, 7 May 2015 07:22:50 +0000 (08:22 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 7 May 2015 07:22:50 +0000 (08:22 +0100)
cookbooks/tile/templates/default/cleanup-tiles.cron.erb

index 86b12ff3f2bb2d377f7cdc0323014849d14eedff..28c631a58880eb793a778c052ca96cb74406c9ad 100644 (file)
@@ -3,5 +3,5 @@
 MAILTO=admins@openstreetmap.org
 
 <% @directories.each do |directory| -%>
 MAILTO=admins@openstreetmap.org
 
 <% @directories.each do |directory| -%>
-0 1 * * * www-data ionice -c 3 /usr/local/bin/cleanup-tiles <%= directory %>
+0 * * * * www-data ionice -c 3 /usr/local/bin/cleanup-tiles <%= directory %>
 <% end -%>
 <% end -%>