Merge branch '2.1.x'

Closes gh-18336
This commit is contained in:
Stephane Nicoll 2019-09-24 09:19:04 +02:00
commit ddc96c1a62
1 changed files with 1 additions and 1 deletions

View File

@ -5720,7 +5720,7 @@ Those default settings can be fine-tuned using the `spring.task.execution` names
[source,properties,indent=0]
----
spring.task.execution.pool.max-threads=16
spring.task.execution.pool.max-size=16
spring.task.execution.pool.queue-capacity=100
spring.task.execution.pool.keep-alive=10s
----