Skip to content

Commit 724e122

Browse files
committed
chore: decreased new batch threshold
1 parent 3dabf9d commit 724e122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CompressImagesFunction/host.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"queues": {
99
"batchSize": 2,
1010
"maxDequeueCount" : 2,
11-
"newBatchThreshold" : 3,
11+
"newBatchThreshold" : 1,
1212
"visibilityTimeout" : "00:15:00"
1313
}
1414
}

0 commit comments

Comments
 (0)