Browse Source

fix bug: SBOX_FATAL_MEMORY_EXCEEDED

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

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

@@ -399,6 +399,7 @@ export default {
loadNext(); loadNext();
fileReader.onload = async (e) => { fileReader.onload = async (e) => {
await uploadChunk(e); await uploadChunk(e);
fileReader.abort();
currentChunk++; currentChunk++;
if (currentChunk < chunks) { if (currentChunk < chunks) {
console.log( console.log(


Loading…
Cancel
Save