mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 00:01:00 +00:00
feat: Add the "sse" feature flag to allow some RocksDB optimisations
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user