This is an automated email from the ASF dual-hosted git repository.
binbin pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 30f6bee4 Small corrections of spelling in a config file (#2107)
30f6bee4 is described below
commit 30f6bee42d4352715ce254a52c4403fe6b0ab5e7
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Wed Feb 21 04:11:22 2024 +0200
Small corrections of spelling in a config file (#2107)
Just a small corrections of spelling in config file:
- rites changes to writes
- Removed describing a compression level because we use
a hardcode compress_level and no config options for her
---
kvrocks.conf | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/kvrocks.conf b/kvrocks.conf
index 79c16b5c..e6b17dae 100644
--- a/kvrocks.conf
+++ b/kvrocks.conf
@@ -722,8 +722,7 @@ rocksdb.block_size 16384
# Default: yes
rocksdb.cache_index_and_filter_blocks yes
-# Specify the compression to use. Only compress level greater
-# than 2 to improve performance.
+# Specify the compression to use.
# Accept value: "no", "snappy", "lz4", "zstd", "zlib"
# default snappy
rocksdb.compression snappy
@@ -859,7 +858,7 @@ rocksdb.read_options.async_io no
# buffer cache before the write is considered complete.
# If this flag is enabled, writes will be slower.
# If this flag is disabled, and the machine crashes, some recent
-# rites may be lost. Note that if it is just the process that
+# writes may be lost. Note that if it is just the process that
# crashes (i.e., the machine does not reboot), no writes will be
# lost even if sync==false.
#