git-hulk commented on code in PR #2182: URL: https://github.com/apache/kvrocks/pull/2182#discussion_r1557487801
########## kvrocks.conf: ########## @@ -902,6 +902,11 @@ rocksdb.write_options.sync no # Default: no rocksdb.write_options.disable_wal no +# Algorithm to use for WAL compression. none to disable. +# Supports from rocksdb 9.0. At now only none and zstd are support. +# Default: none +rocksdb.wal_compression = none Review Comment: @aleksraiden We can revert kvrocks.conf and then @torwig submit the PR while he gets time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
