Skip to content

Commit

Permalink
Increased file size limit to 50 GB (due to zStacks being large)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Aubreville committed May 29, 2024
1 parent dca9a91 commit 85f722d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exact/exact/base/static/jQuery-File-Upload/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $(function () {
// Uncomment the following to send cross-domain cookies:
//xhrFields: {withCredentials: true},
sequentialUploads: true, // solves the issues with high Image counts... hopefully.
maxFileSize: 10000000000
maxFileSize: 50000000000
});

// Enable iframe cross-domain access via redirect option:
Expand Down

0 comments on commit 85f722d

Please sign in to comment.