Ver Fonte

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

Book Pauk há 4 anos atrás
pai
commit
b5e563679a
1 ficheiros alterados com 1 adições e 1 exclusões
  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;