From: Tom Hughes Date: Thu, 7 May 2015 07:22:50 +0000 (+0100) Subject: Check if tile expiry is needed once an hour X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/6bf7f4030c9514075a3bdc15983ae872ad7e804a?ds=inline Check if tile expiry is needed once an hour --- diff --git a/cookbooks/tile/templates/default/cleanup-tiles.cron.erb b/cookbooks/tile/templates/default/cleanup-tiles.cron.erb index 86b12ff3f..28c631a58 100644 --- a/cookbooks/tile/templates/default/cleanup-tiles.cron.erb +++ b/cookbooks/tile/templates/default/cleanup-tiles.cron.erb @@ -3,5 +3,5 @@ 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 -%>