Explorar el Código

Мелкая поправка

Book Pauk hace 4 años
padre
commit
b5e563679a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      server/core/Reader/ReaderWorker.js

+ 1 - 1
server/core/Reader/ReaderWorker.js

@@ -30,7 +30,7 @@ class ReaderWorker {
 
             this.workerState = new WorkerState();
             this.down = new FileDownloader(config.maxUploadFileSize);
-            this.decomp = new FileDecompressor(2*config.maxUploadFileSize);
+            this.decomp = new FileDecompressor(3*config.maxUploadFileSize);
             this.bookConverter = new BookConverter(this.config);
 
             this.remoteWebDavStorage = false;