Skip to content

Commit 4d76aa4

Browse files
authored
fix(doc): Fix comment on default maxConcurrentActivityTaskPolls value (#1374)
1 parent a33c06d commit 4d76aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/worker/src/worker-options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ export interface WorkerOptions {
308308
* `maxConcurrentActivityTaskExecutions` slots despite a backlog of Activity
309309
* Tasks in the Task Queue (ie. due to network latency). Can't be higher than
310310
* `maxConcurrentActivityTaskExecutions`.
311-
* @default min(2, maxConcurrentActivityTaskExecutions)
311+
* @default min(10, maxConcurrentActivityTaskExecutions)
312312
*/
313313
maxConcurrentActivityTaskPolls?: number;
314314

0 commit comments

Comments
 (0)