Browse Source

Merge branch '2.1.x'

Closes gh-18336
pull/18337/head
Stephane Nicoll 6 years ago
parent
commit
ddc96c1a62
  1. 2
      spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

2
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

@ -5720,7 +5720,7 @@ Those default settings can be fine-tuned using the `spring.task.execution` names @@ -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
----

Loading…
Cancel
Save