fuyu 5 năm trước cách đây
mục cha
commit
f95333629f
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      server/src/service/parseDicomService.js

+ 2 - 2
server/src/service/parseDicomService.js

@@ -105,7 +105,7 @@ const doUpload = async ctx => new Promise((resolve, reject) => {
       if (finishFlag && results.length == resultsLength) {
         setTimeout(() => {
           resolve(results)
-        }, 1000);
+        }, 10000);
       }
     })
   });
@@ -116,7 +116,7 @@ const doUpload = async ctx => new Promise((resolve, reject) => {
     if (resultsLength == results.length) {
       setTimeout(() => {
         resolve(results)
-      }, 1000);
+      }, 10000);
     } else {
       finishFlag = true
       console.log(`busboy finish : error: results长度不对`)