diff options
-rw-r--r-- | populate_cache.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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; |