We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 632a8be + cf785df commit 142c22dCopy full SHA for 142c22d
includes/functions-bindings-event-hubs.md
@@ -696,6 +696,6 @@ This section describes the global configuration settings available for this bind
696
697
|Property |Default | Description |
698
|---------|---------|---------|
699
-|`maxBatchSize`|64|The maximum event count received per receive loop.|
700
-|`prefetchCount`|n/a|The default pre-fetch count used by the underlying `EventProcessorHost`.|
+|`maxBatchSize`|10|The maximum event count received per receive loop.|
+|`prefetchCount`|300|The default pre-fetch count used by the underlying `EventProcessorHost`.|
701
|`batchCheckpointFrequency`|1|The number of event batches to process before creating an EventHub cursor checkpoint.|
0 commit comments