Skip to content

Commit

Permalink
Remove duplicate chunkSize key
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Jan 6, 2025
1 parent 8dac058 commit 7ecd9b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/static/app/js/components/ImportTaskPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class ImportTaskPanel extends React.Component {
createImageThumbnails: false,
previewTemplate: '<div style="display:none"></div>',
clickable: this.uploadButton,
chunkSize: 2147483647,
timeout: 2147483647,
chunking: true,
chunkSize: 16000000, // 16MB
Expand Down

0 comments on commit 7ecd9b4

Please sign in to comment.