Browse Source

fix-57

tags/v1.21.12.1
lewis 4 years ago
parent
commit
5cfeb109f8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web_src/js/components/MinioUploader.vue

+ 1
- 1
web_src/js/components/MinioUploader.vue View File

@@ -298,7 +298,7 @@ export default {
File.prototype.slice ||
File.prototype.mozSlice ||
File.prototype.webkitSlice,
chunkSize = 1024 * 1024 * 64,
chunkSize = 1024 * 1024 * 32,
chunks = Math.ceil(file.size / chunkSize),
fileReader = new FileReader(),
time = new Date().getTime();


Loading…
Cancel
Save