From 6bf7f4030c9514075a3bdc15983ae872ad7e804a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 7 May 2015 08:22:50 +0100 Subject: [PATCH] Check if tile expiry is needed once an hour --- cookbooks/tile/templates/default/cleanup-tiles.cron.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -%> -- 2.43.2