mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +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]
|
[dependencies.group-by]
|
||||||
git = "https://github.com/Kerollmops/group-by.git"
|
git = "https://github.com/Kerollmops/group-by.git"
|
||||||
|
|
||||||
|
[features]
|
||||||
|
default = []
|
||||||
|
sse = ["rocksdb/sse"]
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
csv = "1.0"
|
csv = "1.0"
|
||||||
elapsed = "0.1"
|
elapsed = "0.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user