Skip to content

Commit

Permalink
fix(s3): maxConcurrentUploadFiles 2 (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud authored Dec 18, 2024
1 parent df3599c commit a29de16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VKUI/s3/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { S3, S3ClientConfig } from '@aws-sdk/client-s3';
import lodash from 'lodash';
import { lookup } from 'mime-types';

const maxConcurrentUploadFiles = 10;
const maxConcurrentUploadFiles = 2;

const req = {
required: true,
Expand Down

0 comments on commit a29de16

Please sign in to comment.