Explorar o código

reduced MAX_CONTENT_SIZE (for Chrome)

Gildas %!s(int64=6) %!d(string=hai) anos
pai
achega
d340cd8031
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      extension/core/content/content-main.js

+ 1 - 1
extension/core/content/content-main.js

@@ -27,7 +27,7 @@ this.singlefile.extension.core.content.main = this.singlefile.extension.core.con
 
 	const singlefile = this.singlefile;
 
-	const MAX_CONTENT_SIZE = 64 * (1024 * 1024);
+	const MAX_CONTENT_SIZE = 32 * (1024 * 1024);
 	const SingleFile = singlefile.lib.SingleFile.getClass();
 
 	let ui, processing = false, processor;