mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-19 02:41:22 +00:00
remove zip best speed
This commit is contained in:
parent
8c811ef1ef
commit
5780a6de7d
@ -48,9 +48,7 @@ public class ZipUtils {
|
||||
FileOutputStream fileOutputStream = new FileOutputStream(destFilePath);
|
||||
|
||||
// 🔧 Use best speed compression level
|
||||
ZipOutputStream zipOutputStream = new ZipOutputStream(fileOutputStream);
|
||||
zipOutputStream.setLevel(java.util.zip.Deflater.BEST_SPEED);
|
||||
|
||||
ZipOutputStream zipOutputStream = new ZipOutputStream(fileOutputStream);
|
||||
ZipUtils.zip(sourceFile, enclosingFolderName, zipOutputStream, isSingleFile);
|
||||
|
||||
zipOutputStream.close();
|
||||
|
Loading…
x
Reference in New Issue
Block a user