Explorar el Código

对性能很差的那种服务器求稳,终极版,适当降低提速效果呗

刘洋 hace 11 meses
padre
commit
f35f25addf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/features/ImageDownload/ImageDownload.vue

+ 1 - 1
src/features/ImageDownload/ImageDownload.vue

@@ -362,7 +362,7 @@ const doneTenStudents = () => {
   });
   return new Promise((rs, rj) => {
     const func = (rs: any) => {
-      if (recordManager.curTasksLength <= 5) {
+      if (recordManager.curTasksLength <= 0) {
         //等于-1时,说明离开页面了,需要停止任务。
         cleanTimer();
         rs();