Browse Source

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

Book Pauk 4 years ago
parent
commit
b5e563679a
1 changed files with 1 additions and 1 deletions
  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;