Skip to content

Commit 5966ba6

Browse files
committed
update
1 parent eae709d commit 5966ba6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

public/assets/backend/js/behaviour/page/file.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@ $(function(){
236236
var defaultOptions = {
237237
timeout:21600000, // 提交超时(毫秒)6小时
238238
chunking:true,
239-
parallelChunkUploads:true,
240-
retryChunksLimit:3,
241-
//retryChunks:true,
239+
//parallelChunkUploads:true,
240+
retryChunksLimit:1,
241+
retryChunks:true,
242242
chunkSize:MAX_REQUEST_BYTES||2000000,
243243
maxFilesize:1024 // 文件最大尺寸(MB)
244244
};

public/assets/backend/js/behaviour/page/file.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)