Skip to content

Commit

Permalink
increased number of parts to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolf-castelino committed Feb 6, 2025
1 parent 086c41b commit f132c32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ interface ActiveFileUpload {

export const MAX_CHUNK_SIZE_NUMBER_ONLY = 350;
export const ONE_MB = 1024 * 1024;
const MAX_PARALLEL_PART_UPLOADS = 10;
const MAX_PARALLEL_PART_UPLOADS = 15;
const MAX_PARALLEL_UPLOADS = 2; // One file concurrently for now. The backend requires a code refactor to deal with the TransactionConflictException thrown ocassionally.

function UploadFilesForm(props: UploadFilesProps): JSX.Element {
Expand Down

0 comments on commit f132c32

Please sign in to comment.