From 91aa30929ba9c50ef31c030c1c34bf89bee4b2b0 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 21 Jun 2015 21:40:48 +0200 Subject: [PATCH 1/1] nominatim: reduce archive time even more --- cookbooks/nominatim/templates/default/clean-db-nominatim.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/nominatim/templates/default/clean-db-nominatim.erb b/cookbooks/nominatim/templates/default/clean-db-nominatim.erb index 42fd9b4d4..55c2314be 100644 --- a/cookbooks/nominatim/templates/default/clean-db-nominatim.erb +++ b/cookbooks/nominatim/templates/default/clean-db-nominatim.erb @@ -15,6 +15,6 @@ done <% if node[:postgresql][:settings][:defaults][:archive_mode] == "on" -%> # Cleanup archive directory -find -L /data/postgresql-archive -mtime +2 -print0 | xargs -0r rm +find -L /data/postgresql-archive -mtime +1 -print0 | xargs -0r rm <% end -%> -- 2.43.2