From 1a0e823e0c3d750319dc12e2673513ecf752e670 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Fri, 8 Jul 2011 09:29:18 -0400 Subject: [PATCH] INT-1959 updated documentation to reflect the appropriate size of the thread pool for the default instance of the Task Schecduler --- docs/src/reference/docbook/configuration.xml | 2 +- docs/src/reference/docbook/delayer.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/reference/docbook/configuration.xml b/docs/src/reference/docbook/configuration.xml index 40deedf1ca..423bb147c7 100644 --- a/docs/src/reference/docbook/configuration.xml +++ b/docs/src/reference/docbook/configuration.xml @@ -102,7 +102,7 @@ By default Spring Integration relies on default Task Scheduler via Task Execution and Scheduling provided by the Spring Framework That in turn just delegates to an instance of Spring's TaskExecutor abstraction. Therefore, it's rather trivial to supply your own configuration. The "taskScheduler" bean is then responsible for managing - all pollers. The TaskScheduler will startup automatically by default. If you provide your own instance of + all pollers. The TaskScheduler will startup automatically by default with default thread pool of 10. If you provide your own instance of Task Scheduler however, you can set the 'autoStartup' property to false instead. diff --git a/docs/src/reference/docbook/delayer.xml b/docs/src/reference/docbook/delayer.xml index b97ed14ad4..85d858f904 100644 --- a/docs/src/reference/docbook/delayer.xml +++ b/docs/src/reference/docbook/delayer.xml @@ -47,7 +47,7 @@ The delayer delegates to an instance of Spring's TaskScheduler abstraction. - The default scheduler is a ThreadPoolTaskScheduler instance with a pool size of 1. + The default scheduler is a ThreadPoolTaskScheduler instance with a pool size of 10. If you want to delegate to a different scheduler, you can provide a reference through the delayer element's 'scheduler' attribute: