Commit 09cf1e67 authored by leoli's avatar leoli Committed by Stephane Nicoll

Fix property name in "Task Execution and Scheduling" example

See gh-18331
parent 9df356ec
...@@ -5411,7 +5411,7 @@ Those default settings can be fine-tuned using the `spring.task.execution` names ...@@ -5411,7 +5411,7 @@ Those default settings can be fine-tuned using the `spring.task.execution` names
[source,properties,indent=0] [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.queue-capacity=100
spring.task.execution.pool.keep-alive=10s spring.task.execution.pool.keep-alive=10s
---- ----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment