Redo how WAL/logs are limited by the DB

Adds a patch to the latest rocksdb.
This commit is contained in:
Luke Parker
2024-03-09 01:58:58 -05:00
parent 10f5ec51ca
commit 97f433c694
6 changed files with 63 additions and 27 deletions

View File

@@ -18,7 +18,7 @@ workspace = true
[dependencies]
parity-db = { version = "0.4", default-features = false, optional = true }
rocksdb = { version = "0.21", default-features = false, features = ["lz4"], optional = true }
rocksdb = { version = "0.21", default-features = false, features = ["zstd"], optional = true }
[features]
parity-db = ["dep:parity-db"]