From: Bryan Stillwell Date: Tue, 24 Mar 2020 21:15:41 +0000 (-0600) Subject: compressor: Set the Zstd default compression level to 1 X-Git-Tag: wip-pdonnell-testing-20200918.022351~1437^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=caf74d533b0c6c9e6fc5b1463ae2c3be1103d7f3;p=ceph-ci.git compressor: Set the Zstd default compression level to 1 The default compression level of 5 for Zstandard is too high for the majority of use cases since it requires too many CPU cycles. This patch switches the default to 1. Fixes: https://tracker.ceph.com/issues/44724 Signed-off-by: Bryan Stillwell --- diff --git a/src/common/options.cc b/src/common/options.cc index e963378dff0..c688d8f6106 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -793,7 +793,7 @@ std::vector