Skip to content

Commit

Permalink
Fix property name in "Task Execution and Scheduling" example
Browse files Browse the repository at this point in the history
  • Loading branch information
polarbear567 authored and snicoll committed Sep 24, 2019
1 parent 9df356e commit 09cf1e6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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
----
Expand Down

0 comments on commit 09cf1e6

Please sign in to comment.