瀏覽代碼

Retain results for three days instead of one.

tags/v0.1^2
Ben Kurtovic 12 年之前
父節點
當前提交
6a09f31d75
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      earwigbot/tasks/afc_copyvios.py

+ 2
- 2
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.


Loading…
取消
儲存