Skip to content

Commit 7cd4932

Browse files
authored
fix documentation in CapacityConfigurationProperties (#2429)
1 parent f90c57b commit 7cd4932

File tree

1 file changed

+1
-1
lines changed
  • temporal-spring-boot-autoconfigure/src/main/java/io/temporal/spring/boot/autoconfigure/properties

1 file changed

+1
-1
lines changed

temporal-spring-boot-autoconfigure/src/main/java/io/temporal/spring/boot/autoconfigure/properties/WorkerProperties.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public static class CapacityConfigurationProperties {
114114

115115
/**
116116
* @param maxConcurrentWorkflowTaskExecutors defines {@link
117-
* io.temporal.worker.WorkerOptions.Builder#setMaxConcurrentWorkflowTaskPollers(int)}
117+
* io.temporal.worker.WorkerOptions.Builder#setMaxConcurrentWorkflowTaskExecutionSize(int)}
118118
* @param maxConcurrentActivityExecutors defines {@link
119119
* io.temporal.worker.WorkerOptions.Builder#setMaxConcurrentActivityExecutionSize(int)}
120120
* @param maxConcurrentLocalActivityExecutors defines {@link

0 commit comments

Comments
 (0)