Skip to content

Commit

Permalink
fix documentation in CapacityConfigurationProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
Homyakin authored Feb 25, 2025
1 parent 49bd366 commit 17fb94f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public static class CapacityConfigurationProperties {

/**
* @param maxConcurrentWorkflowTaskExecutors defines {@link
* io.temporal.worker.WorkerOptions.Builder#setMaxConcurrentWorkflowTaskPollers(int)}
* io.temporal.worker.WorkerOptions.Builder#setMaxConcurrentWorkflowTaskExecutionSize(int)}
* @param maxConcurrentActivityExecutors defines {@link
* io.temporal.worker.WorkerOptions.Builder#setMaxConcurrentActivityExecutionSize(int)}
* @param maxConcurrentLocalActivityExecutors defines {@link
Expand Down

0 comments on commit 17fb94f

Please sign in to comment.