Skip to content

Commit 2641a60

Browse files
committed
Update OpenServerPanel.iss
1 parent 61b5372 commit 2641a60

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

OpenServerPanel.iss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ VersionInfoCopyright = Copyright (c) 2010-{#CurrentYear}, {#AppDomain}
3434

3535
// Compression
3636

37-
Compression = lzma2/fast
38-
// Compression = lzma2/ultra64
37+
// Compression = lzma2/fast
38+
Compression = lzma2/ultra64
3939
InternalCompressLevel = ultra64
4040
LZMAUseSeparateProcess = yes
4141
SolidCompression = yes
4242
LZMABlockSize = 262144
4343
LZMADictionarySize = 262144
4444
LZMANumBlockThreads = 4
45-
// LZMANumFastBytes = 273
46-
LZMANumFastBytes = 32
45+
LZMANumFastBytes = 273
46+
// LZMANumFastBytes = 32
4747

4848
// Misc
4949

0 commit comments

Comments
 (0)