Skip to content

Commit 360dadc

Browse files
committed
increase concurrency
1 parent 0b38f07 commit 360dadc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

host.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"functionTimeout": "00:10:00",
1111
"extensions": {
1212
"durableTask": {
13-
"maxConcurrentActivityFunctions": 1,
14-
"maxConcurrentOrchestratorFunctions": 1
13+
"maxConcurrentActivityFunctions": 5,
14+
"maxConcurrentOrchestratorFunctions": 2
1515
}
1616
}
17-
}
17+
}

0 commit comments

Comments
 (0)