Merge branch 'WIP_persy_batch_next' into 'next'
feat: Integration with persy using background ops See merge request famedly/conduit!231
This commit is contained in:
commit
5d3ba5c628
6 changed files with 286 additions and 1 deletions
|
@ -29,6 +29,7 @@ tokio = "1.11.0"
|
|||
# Used for storing data permanently
|
||||
sled = { version = "0.34.6", features = ["compression", "no_metrics"], optional = true }
|
||||
#sled = { git = "https://github.com/spacejam/sled.git", rev = "e4640e0773595229f398438886f19bca6f7326a2", features = ["compression"] }
|
||||
persy = { version = "1.2" , optional = true, features=["background_ops"] }
|
||||
|
||||
# Used for the http request / response body type for Ruma endpoints used with reqwest
|
||||
bytes = "1.1.0"
|
||||
|
@ -89,6 +90,7 @@ sha-1 = "0.9.8"
|
|||
[features]
|
||||
default = ["conduit_bin", "backend_sqlite", "backend_rocksdb"]
|
||||
backend_sled = ["sled"]
|
||||
backend_persy = ["persy", "parking_lot"]
|
||||
backend_sqlite = ["sqlite"]
|
||||
backend_heed = ["heed", "crossbeam"]
|
||||
backend_rocksdb = ["rocksdb"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue