Skip to content

Commit

Permalink
Merge pull request #1267 from imgbot/decrease_new_batch_threshold
Browse files Browse the repository at this point in the history
chore: decreased new batch threshold
  • Loading branch information
GrigoreMihai authored Nov 11, 2022
2 parents 3dabf9d + 724e122 commit ee5aaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CompressImagesFunction/host.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"queues": {
"batchSize": 2,
"maxDequeueCount" : 2,
"newBatchThreshold" : 3,
"newBatchThreshold" : 1,
"visibilityTimeout" : "00:15:00"
}
}
Expand Down

1 comment on commit ee5aaac

@cooljeanius
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GrigoreMihai are you still merging further pull requests these days?

Please sign in to comment.