Skip to content

Commit 12751fe

Browse files
committed
Merge pull request #18331 from polarbear567
* pr/18331: Fix property name in "Task Execution and Scheduling" example Closes gh-18331
2 parents 9df356e + 09cf1e6 commit 12751fe

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)