Skip to content

Commit 142c22d

Browse files
authored
Merge pull request #96890 from alrod/alrod-eventhub
Update defaults for EventHub trigger
2 parents 632a8be + cf785df commit 142c22d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/functions-bindings-event-hubs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,6 @@ This section describes the global configuration settings available for this bind
696696

697697
|Property |Default | Description |
698698
|---------|---------|---------|
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`.|
699+
|`maxBatchSize`|10|The maximum event count received per receive loop.|
700+
|`prefetchCount`|300|The default pre-fetch count used by the underlying `EventProcessorHost`.|
701701
|`batchCheckpointFrequency`|1|The number of event batches to process before creating an EventHub cursor checkpoint.|

0 commit comments

Comments
 (0)