Skip to content

Commit

Permalink
fix: Decrease batchSize (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
cap-ang authored Oct 3, 2024
1 parent 4932242 commit 6b69090
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions host.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"routePrefix": ""
},
"queues": {
"maxPollingInterval": "00:00:10",
"maxPollingInterval": "00:00:30",
"visibilityTimeout" : "00:00:30",
"batchSize": 16,
"maxDequeueCount": 5,
"newBatchThreshold": 8
"batchSize": 1,
"maxDequeueCount": 2,
"newBatchThreshold": 1
}
},
"logging": {
Expand Down

0 comments on commit 6b69090

Please sign in to comment.