simplify/tune rocksdb options, config option for compression algo
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
6f77f7ee9e
commit
20c089b7ed
4 changed files with 31 additions and 10 deletions
|
@ -309,6 +309,11 @@ url_preview_check_root_domain = false
|
|||
# Defaults to 3 as these are not very useful
|
||||
#rocksdb_max_log_files = 3
|
||||
|
||||
# Type of RocksDB database compression to use.
|
||||
# Available options are "zstd", "zlib", "bz2" and "lz4"
|
||||
# Defaults to "zstd"
|
||||
#rocksdb_compression_algo = "zstd"
|
||||
|
||||
|
||||
|
||||
### Presence
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue