Skip to content

Commit

Permalink
Merge pull request #4694 from eval-exec/exec/support-more-rocksdb-com…
Browse files Browse the repository at this point in the history
…pression-type

Support LZ4 rocksdb compression type
  • Loading branch information
zhangsoledad authored Oct 24, 2024
2 parents 25e3736 + 801e240 commit c49fdbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ckb-app-config = { path = "../util/app-config", version = "= 0.119.0-pre" }
ckb-logger = { path = "../util/logger", version = "= 0.119.0-pre" }
ckb-error = { path = "../error", version = "= 0.119.0-pre" }
libc = "0.2"
rocksdb = { package = "ckb-rocksdb", version ="=0.21.1", features = ["snappy"], default-features = false }
rocksdb = { package = "ckb-rocksdb", version ="=0.21.1", features = ["snappy", "lz4"], default-features = false }
ckb-db-schema = { path = "../db-schema", version = "= 0.119.0-pre" }

[dev-dependencies]
Expand Down

0 comments on commit c49fdbf

Please sign in to comment.