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

This commit is contained in:
Book Pauk
2020-12-03 20:00:22 +07:00
parent 992c104262
commit b5e563679a

View File

@@ -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;