diff --git a/libs/S3.js b/libs/S3.js index 792792d..720b4b9 100644 --- a/libs/S3.js +++ b/libs/S3.js @@ -66,7 +66,7 @@ module.exports = { uploadPaths: function(srcFolder, bucket, dstFolder, paths, cb, onOutput){ if (!s3) throw new Error("S3 is not initialized"); - const PARALLEL_UPLOADS = 5; + const PARALLEL_UPLOADS = 1; const q = async.queue((file, done) => { logger.debug(`Uploading ${file.src} --> ${file.dest}`);