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