From 09cf1e67919b6eff01277714d7fb2047909c1c51 Mon Sep 17 00:00:00 2001 From: leoli <269739606@qq.com> Date: Tue, 24 Sep 2019 09:45:44 +0800 Subject: [PATCH] Fix property name in "Task Execution and Scheduling" example See gh-18331 --- .../src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 48e474f0d45..901c7df1e69 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -5411,7 +5411,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 ----