From b1468b1cf59a07084625e366ae06a1deb3579ac6 Mon Sep 17 00:00:00 2001 From: Bassem Dghaidi <568794+Link-@users.noreply.github.com> Date: Mon, 2 Dec 2024 03:45:27 -0800 Subject: [PATCH] Troubleshoot --- dist/restore-only/index.js | 4 ++-- dist/restore/index.js | 4 ++-- dist/save-only/index.js | 4 ++-- dist/save/index.js | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dist/restore-only/index.js b/dist/restore-only/index.js index 4b1ebbe..beccf43 100644 --- a/dist/restore-only/index.js +++ b/dist/restore-only/index.js @@ -9836,8 +9836,8 @@ function uploadCacheArchiveSDK(signedUploadURL, archivePath, options) { const uploadOptions = { blockSize: options === null || options === void 0 ? void 0 : options.uploadChunkSize, concurrency: options === null || options === void 0 ? void 0 : options.uploadConcurrency, - maxSingleShotSize: 128 * 1024 * 1024, - onProgress: uploadProgress.onProgress() + maxSingleShotSize: 128 * 1024 * 1024 // 128 MiB initial transfer size + // onProgress: uploadProgress.onProgress() }; try { uploadProgress.startDisplayTimer(); diff --git a/dist/restore/index.js b/dist/restore/index.js index 621379b..8fe3221 100644 --- a/dist/restore/index.js +++ b/dist/restore/index.js @@ -9836,8 +9836,8 @@ function uploadCacheArchiveSDK(signedUploadURL, archivePath, options) { const uploadOptions = { blockSize: options === null || options === void 0 ? void 0 : options.uploadChunkSize, concurrency: options === null || options === void 0 ? void 0 : options.uploadConcurrency, - maxSingleShotSize: 128 * 1024 * 1024, - onProgress: uploadProgress.onProgress() + maxSingleShotSize: 128 * 1024 * 1024 // 128 MiB initial transfer size + // onProgress: uploadProgress.onProgress() }; try { uploadProgress.startDisplayTimer(); diff --git a/dist/save-only/index.js b/dist/save-only/index.js index c503408..86122dd 100644 --- a/dist/save-only/index.js +++ b/dist/save-only/index.js @@ -9836,8 +9836,8 @@ function uploadCacheArchiveSDK(signedUploadURL, archivePath, options) { const uploadOptions = { blockSize: options === null || options === void 0 ? void 0 : options.uploadChunkSize, concurrency: options === null || options === void 0 ? void 0 : options.uploadConcurrency, - maxSingleShotSize: 128 * 1024 * 1024, - onProgress: uploadProgress.onProgress() + maxSingleShotSize: 128 * 1024 * 1024 // 128 MiB initial transfer size + // onProgress: uploadProgress.onProgress() }; try { uploadProgress.startDisplayTimer(); diff --git a/dist/save/index.js b/dist/save/index.js index ecba17f..3a4ea8f 100644 --- a/dist/save/index.js +++ b/dist/save/index.js @@ -9836,8 +9836,8 @@ function uploadCacheArchiveSDK(signedUploadURL, archivePath, options) { const uploadOptions = { blockSize: options === null || options === void 0 ? void 0 : options.uploadChunkSize, concurrency: options === null || options === void 0 ? void 0 : options.uploadConcurrency, - maxSingleShotSize: 128 * 1024 * 1024, - onProgress: uploadProgress.onProgress() + maxSingleShotSize: 128 * 1024 * 1024 // 128 MiB initial transfer size + // onProgress: uploadProgress.onProgress() }; try { uploadProgress.startDisplayTimer();