Skip to content

Commit

Permalink
Merge pull request #358 from dabutvin/batchsize
Browse files Browse the repository at this point in the history
set batchSize to 4 for CompressImagesFunction
  • Loading branch information
dabutvin authored Mar 24, 2019
2 parents 510faa5 + f54933c commit 491e286
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CompressImagesFunction/host.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"version": "2.0",
"functionTimeout": "02:00:00",
"functionTimeout": "01:00:00",
"logging": {
"fileLoggingMode": "never"
}
},
"extensions": {
"queues": {
"batchSize": 4
}
}
}

0 comments on commit 491e286

Please sign in to comment.