瀏覽代碼

increased the number of parallel downloads

Gildas 7 年之前
父節點
當前提交
1eee38dbab
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/single-file/single-file-core.js

+ 1 - 1
lib/single-file/single-file-core.js

@@ -163,7 +163,7 @@ this.SingleFileCore = this.SingleFileCore || (() => {
 	class BatchRequest {
 		constructor() {
 			this.requests = new Map();
-			this.MAX_REQUESTS = 32;
+			this.MAX_REQUESTS = 128;
 		}
 
 		async addURL(resourceURL) {