Skip to content

Commit ee5aaac

Browse files
authored
Merge pull request #1267 from imgbot/decrease_new_batch_threshold
chore: decreased new batch threshold
2 parents 3dabf9d + 724e122 commit ee5aaac

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)