]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
compressor: Set the Zstd default compression level to 1 37254/head
authorBryan Stillwell <bstillwell@godaddy.com>
Tue, 24 Mar 2020 21:15:41 +0000 (15:15 -0600)
committerBryan Stillwell <bstillwell@godaddy.com>
Fri, 18 Sep 2020 21:23:25 +0000 (15:23 -0600)
commit26c393b2f5b5743bb72bad920a614c04c924326f
tree83a62fc465aed7edd01ffa0ee9eb2779a9fd6c7e
parentaf0c7ecc8c5188be202d10002e761f6e332acfae
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 <bstillwell@godaddy.com>
(cherry picked from commit caf74d533b0c6c9e6fc5b1463ae2c3be1103d7f3)
src/common/options.cc