소스 검색

In some rare cases, the HTML minifier can be very slow, timeouting other simultaneous requests

Gaël Métais 4 년 전
부모
커밋
fd11e8c1fe
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      lib/tools/redownload/redownload.js

+ 2 - 2
lib/tools/redownload/redownload.js

@@ -25,8 +25,8 @@ var imageDimensions     = require('./imageDimensions');
 
 var Redownload = function() {
 
-    var MAX_PARALLEL_DOWNLOADS = 10;
-    var REQUEST_TIMEOUT = 15000; // 15 seconds
+    var MAX_PARALLEL_DOWNLOADS = 5;
+    var REQUEST_TIMEOUT = 30000; // 30 seconds
 
 
     // This function will re-download every asset and check if it could be optimized