From 724e122e0db837bf74eb1b8ed981b76e968f743e Mon Sep 17 00:00:00 2001 From: GrigoreMihai Date: Fri, 11 Nov 2022 16:40:22 +0200 Subject: [PATCH] chore: decreased new batch threshold --- CompressImagesFunction/host.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }