Skip to content

Commit d75ff46

Browse files
authored
Merge pull request #191194 from cachai2/maxMessageBatchSize
maxMessageBatchSize
2 parents 137247e + b5ee08d commit d75ff46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-service-bus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ This section describes the configuration settings available for this binding, wh
163163
"maxAutoLockRenewalDuration": "00:05:00",
164164
"maxConcurrentCalls": 16,
165165
"maxConcurrentSessions": 8,
166-
"maxMessages": 1000,
166+
"maxMessageBatchSize": 1000,
167167
"sessionIdleTimeout": "00:01:00",
168168
"enableCrossEntityTransactions": false
169169
}

0 commit comments

Comments
 (0)