From cd5981618ebc721fd69fa80f855988ccbd26472a Mon Sep 17 00:00:00 2001 From: pasqualespica <36746022+pasqualespica@users.noreply.github.com> Date: Mon, 13 Nov 2023 18:30:23 +0100 Subject: [PATCH] upd host queue cfg --- host.json | 1 + 1 file changed, 1 insertion(+) diff --git a/host.json b/host.json index 315c5fce..82b69e16 100644 --- a/host.json +++ b/host.json @@ -11,6 +11,7 @@ "queues": { "maxPollingInterval": "00:00:02", "visibilityTimeout": "00:00:30", + "batchSize": 32, "maxDequeueCount": 5, "messageEncoding": "none" }