Skip to content

Commit 9e32762

Browse files
committed
Update OpenServerPanel.iss
1 parent ae79c4c commit 9e32762

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
@@ -27,16 +27,16 @@ VersionInfoCopyright = Copyright (c) 2010-{#CurrentYear}, {#AppDomain}
2727

2828
// Compression
2929

30-
// Compression = lzma2/fast
31-
Compression = lzma2/ultra64
30+
Compression = lzma2/fast
31+
// Compression = lzma2/ultra64
3232
InternalCompressLevel = ultra64
3333
LZMAUseSeparateProcess = yes
3434
SolidCompression = yes
3535
LZMABlockSize = 262144
3636
LZMADictionarySize = 262144
3737
LZMANumBlockThreads = 4
38-
LZMANumFastBytes = 273
39-
// LZMANumFastBytes = 32
38+
// LZMANumFastBytes = 273
39+
LZMANumFastBytes = 32
4040

4141
// Misc
4242

0 commit comments

Comments
 (0)