From 1eac8d62a469485e4e27bd01f26d562e7063281e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E7=AB=AD=E5=8A=9B?= Date: Thu, 18 Jan 2024 16:21:19 +0800 Subject: [PATCH] Update testChunks option in FilePanel.vue --- main/src/components/filebrowser/FilePanel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/src/components/filebrowser/FilePanel.vue b/main/src/components/filebrowser/FilePanel.vue index e3817795..bccc087d 100644 --- a/main/src/components/filebrowser/FilePanel.vue +++ b/main/src/components/filebrowser/FilePanel.vue @@ -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],