diff --git a/CompressImagesFunction/host.json b/CompressImagesFunction/host.json index d5c7e92e7..4e79324f8 100644 --- a/CompressImagesFunction/host.json +++ b/CompressImagesFunction/host.json @@ -8,7 +8,7 @@ "queues": { "batchSize": 2, "maxDequeueCount" : 2, - "newBatchThreshold" : 3, + "newBatchThreshold" : 1, "visibilityTimeout" : "00:15:00" } }