We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 536f920 commit a84f4b4Copy full SHA for a84f4b4
plugins/compress/compress.cc
@@ -75,7 +75,7 @@ const int BROTLI_LGW = 16;
75
#endif
76
77
#if HAVE_ZSTD_H
78
-const int ZSTD_COMPRESSION_LEVEL = 6;
+const int ZSTD_COMPRESSION_LEVEL = 10;
79
80
81
static const char *global_hidden_header_name = nullptr;
0 commit comments