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: