comment out heed backend; code doesn't compile

This commit is contained in:
Charles Hall 2023-12-23 20:40:56 -08:00 committed by June
parent 5bb6128149
commit 827af38cc9
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ default = ["conduit_bin", "backend_rocksdb", "systemd", "zstd_compression"]
#backend_sled = ["sled"]
backend_persy = ["persy", "parking_lot"]
backend_sqlite = ["sqlite"]
backend_heed = ["heed", "crossbeam"]
#backend_heed = ["heed", "crossbeam"]
backend_rocksdb = ["rocksdb"]
jemalloc = ["tikv-jemalloc-ctl", "tikv-jemallocator"]
sqlite = ["rusqlite", "parking_lot", "tokio/signal"]