From 4db8e8da2aec8120528623d6319e13526cb589e1 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Sun, 27 Feb 2011 12:03:48 +0000 Subject: [PATCH] BATCH-1702: fix throttle limit in docs --- src/site/docbook/reference/scalability.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/docbook/reference/scalability.xml b/src/site/docbook/reference/scalability.xml index fec314c81..b2eea9a16 100644 --- a/src/site/docbook/reference/scalability.xml +++ b/src/site/docbook/reference/scalability.xml @@ -66,7 +66,7 @@ non-consecutive compared to the single-threaded case. In addition to any limits placed by the task executor (e.g. if it is backed by a thread pool), there is a throttle limit in the tasklet - configuration which defaults to 6. You may need to increase this + configuration which defaults to 4. You may need to increase this to ensure that a thread pool is fully utilised, e.g. <step id="loading"> <tasklet