mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
feat: Add the "sse" feature flag to allow some RocksDB optimisations
This commit is contained in:
parent
6c7a6c5219
commit
a7f205005d
@ -30,6 +30,10 @@ git = "https://github.com/pingcap/rust-rocksdb.git"
|
||||
[dependencies.group-by]
|
||||
git = "https://github.com/Kerollmops/group-by.git"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
sse = ["rocksdb/sse"]
|
||||
|
||||
[dev-dependencies]
|
||||
csv = "1.0"
|
||||
elapsed = "0.1"
|
||||
|
Loading…
Reference in New Issue
Block a user