simplify/tune rocksdb options, config option for compression algo

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-13 12:31:13 -04:00 committed by June
parent 6f77f7ee9e
commit 20c089b7ed
4 changed files with 31 additions and 10 deletions

View file

@ -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