Преглед изворни кода

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) {