소스 검색

Merge branch 'master' of github.com:celery/celery

Ask Solem 11 년 전
부모
커밋
0876bbf88f
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.
 
 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::