Skip to content

Commit a84f4b4

Browse files
committed
Update ZSTD compression level from 6 to 10 for improved performance
1 parent 536f920 commit a84f4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/compress/compress.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const int BROTLI_LGW = 16;
7575
#endif
7676

7777
#if HAVE_ZSTD_H
78-
const int ZSTD_COMPRESSION_LEVEL = 6;
78+
const int ZSTD_COMPRESSION_LEVEL = 10;
7979
#endif
8080

8181
static const char *global_hidden_header_name = nullptr;

0 commit comments

Comments
 (0)