Skip to content

Commit 09cf1e6

Browse files
polarbear567snicoll
authored andcommitted
Fix property name in "Task Execution and Scheduling" example
See gh-18331
1 parent 9df356e commit 09cf1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5411,7 +5411,7 @@ Those default settings can be fine-tuned using the `spring.task.execution` names
54115411

54125412
[source,properties,indent=0]
54135413
----
5414-
spring.task.execution.pool.max-threads=16
5414+
spring.task.execution.pool.max-size=16
54155415
spring.task.execution.pool.queue-capacity=100
54165416
spring.task.execution.pool.keep-alive=10s
54175417
----

0 commit comments

Comments
 (0)