From 314608a4f88b78a84556db9101b004f405534be7 Mon Sep 17 00:00:00 2001 From: yvesf Date: Sun, 17 Jul 2011 15:58:59 +0200 Subject: setze value_cache standardwert auf 20 tage --- populate_cache.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'populate_cache.sql') diff --git a/populate_cache.sql b/populate_cache.sql index f13fa85..f302607 100644 --- a/populate_cache.sql +++ b/populate_cache.sql @@ -28,7 +28,7 @@ BEGIN RAISE NOTICE 'last update=%', last_update; if last_update is NULL then - last_update = now() - interval '3 days'; + last_update = now() - interval '20 days'; RAISE NOTICE 'last update set to %', last_update; end if; -- cgit v1.2.1