Skip to content

Commit

Permalink
Update testChunks option in FilePanel.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrykuku committed Jan 18, 2024
1 parent 8ef3a92 commit 1eac8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/components/filebrowser/FilePanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ export default {
async created() {
this.options = {
target: this.getTargetUrl(),
testChunks: true,
testChunks: false,
uploadMethod: "POST",
successStatuses: [200, 201, 202, 2002],
permanentErrors: [404, 409, 415, 500, 501],
Expand Down

0 comments on commit 1eac8d6

Please sign in to comment.