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

[docs][configuration] task_result_expires default is 100, not 5000

Ask Solem пре 9 година
родитељ
комит
c113c7e18d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/configuration.rst

+ 1 - 1
docs/configuration.rst

@@ -1303,7 +1303,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.  0 or None means no limit, and a value of :const:`-1`
+The default is 100.  0 or None means no limit, and a value of :const:`-1`
 will disable the cache.
 will disable the cache.
 
 
 .. setting:: CELERY_CHORD_PROPAGATES
 .. setting:: CELERY_CHORD_PROPAGATES