From 6a09f31d75c578bf524f936a1cc0fe3013509db2 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Thu, 19 Jul 2012 02:52:49 -0400 Subject: [PATCH] Retain results for three days instead of one. --- earwigbot/tasks/afc_copyvios.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/earwigbot/tasks/afc_copyvios.py b/earwigbot/tasks/afc_copyvios.py index 0716139..c13dce3 100644 --- a/earwigbot/tasks/afc_copyvios.py +++ b/earwigbot/tasks/afc_copyvios.py @@ -145,8 +145,8 @@ class AFCCopyvios(Task): The cache saves time and money by saving the result of the web search but neither the result of the comparison nor any actual text (which could violate data retention policy). Cache entries are (intended to - be) retained for one day; this task does not remove old entries (that - is handled by the Toolserver component). + be) retained for three days; this task does not remove old entries + (that is handled by the Toolserver component). This will only be called if ``cache_results == True`` in the task's config, which is ``False`` by default.