Skip to content

Commit

Permalink
bigger chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
robherley committed Nov 18, 2023
1 parent 3678bce commit 5b64ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5139,7 +5139,7 @@ const os_1 = __importDefault(__nccwpck_require__(22037));
// Used for controlling the highWaterMark value of the zip that is being streamed
// The same value is used as the chunk size that is use during upload to blob storage
function getUploadChunkSize() {
return 16 * 1024 * 1024; // 16 MB Chunks
return 128 * 1024 * 1024;
}
exports.getUploadChunkSize = getUploadChunkSize;
function getRuntimeToken() {
Expand Down

0 comments on commit 5b64ed5

Please sign in to comment.