projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
fc69a33
)
Check if tile expiry is needed once an hour
author
Tom Hughes
<tom@compton.nu>
Thu, 7 May 2015 07:22:50 +0000
(08:22 +0100)
committer
Tom Hughes
<tom@compton.nu>
Thu, 7 May 2015 07:22:50 +0000
(08:22 +0100)
cookbooks/tile/templates/default/cleanup-tiles.cron.erb
patch
|
blob
|
history
diff --git
a/cookbooks/tile/templates/default/cleanup-tiles.cron.erb
b/cookbooks/tile/templates/default/cleanup-tiles.cron.erb
index 86b12ff3f2bb2d377f7cdc0323014849d14eedff..28c631a58880eb793a778c052ca96cb74406c9ad 100644
(file)
--- 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 -%>