Преглед изворни кода

Merge pull request #1826 from sibblegp/patch-2

Update configuration.rst
Ask Solem Hoel пре 12 година
родитељ
комит
e5ff01af1f
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::