瀏覽代碼

Update configuration.rst

Clarify that 0 or None for CELERY_MAX_CACHED_RESULTS means no limit, not no cache.
George Sibble 11 年之前
父節點
當前提交
fa2703df2a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/configuration.rst

+ 1 - 1
docs/configuration.rst

@@ -1142,7 +1142,7 @@ CELERY_MAX_CACHED_RESULTS
 Result backends caches ready results used by the client.
 Result backends caches ready results used by the client.
 
 
 This is the total number of results to cache before older results are evicted.
 This is the total number of results to cache before older results are evicted.
-The default is 5000.
+The default is 5000.  0 or None means no limit.
 
 
 .. note::
 .. note::