Skip to content

Commit 4791238

Browse files
Merge pull request #226469 from infosatheesh2020/infosatheesh2020-patch-5
Update code sample with default values to avoid confusion
2 parents 7eb5a31 + bef7c93 commit 4791238

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",
@@ -170,7 +170,7 @@ For a reference of host.json in Azure Functions 2.x and beyond, see [host.json r
170170
"version": "2.0",
171171
"extensions": {
172172
"eventHubs": {
173-
"batchCheckpointFrequency": 5,
173+
"batchCheckpointFrequency": 1,
174174
"eventProcessorOptions": {
175175
"maxBatchSize": 256,
176176
"prefetchCount": 512

0 commit comments

Comments
 (0)