Skip to content

Commit bef7c93

Browse files
Update code sample with default values to avoid confusion
1 parent 14b54b8 commit bef7c93

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
@@ -122,7 +122,7 @@ The [host.json](../articles/azure-functions/functions-host-json.md#eventhub) fil
122122
"extensions": {
123123
"eventHubs": {
124124
"maxEventBatchSize" : 10,
125-
"batchCheckpointFrequency" : 5,
125+
"batchCheckpointFrequency" : 1,
126126
"prefetchCount" : 300,
127127
"transportType" : "amqpWebSockets",
128128
"webProxy" : "https://proxyserver:8080",
@@ -168,7 +168,7 @@ For a reference of host.json in Azure Functions 2.x and beyond, see [host.json r
168168
"version": "2.0",
169169
"extensions": {
170170
"eventHubs": {
171-
"batchCheckpointFrequency": 5,
171+
"batchCheckpointFrequency": 1,
172172
"eventProcessorOptions": {
173173
"maxBatchSize": 256,
174174
"prefetchCount": 512

0 commit comments

Comments
 (0)