Skip to content

Commit e629b7e

Browse files
authored
Merge pull request #133847 from PramodValavala-MSFT/patch-128
(AzureCXP) mention least value acceptable
2 parents 3f7f8aa + 6e39119 commit e629b7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

includes/functions-host-json-event-hubs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ms.author: glenga
2626
|Property |Default | Description |
2727
|---------|---------|---------|
2828
|maxBatchSize|10|The maximum event count received per receive loop.|
29-
|prefetchCount|300|The default pre-fetch count used by the underlying `EventProcessorHost`.|
29+
|prefetchCount|300|The default pre-fetch count used by the underlying `EventProcessorHost`. The minimum allowed value is 10.|
3030
|batchCheckpointFrequency|1|The number of event batches to process before creating an EventHub cursor checkpoint.|
3131

3232
> [!NOTE]
@@ -52,4 +52,3 @@ ms.author: glenga
5252

5353
> [!NOTE]
5454
> For a reference of host.json in Azure Functions 1.x, see [host.json reference for Azure Functions 1.x](../articles/azure-functions/functions-host-json-v1.md).
55-

0 commit comments

Comments
 (0)