mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 00:01:00 +00:00
Introduce the enable-chunk-fusing flag
This commit is contained in:
@ -13,7 +13,7 @@ csv = "1.1.3"
|
||||
flate2 = "1.0.17"
|
||||
fst = "0.4.4"
|
||||
fxhash = "0.2.1"
|
||||
grenad = { git = "https://github.com/Kerollmops/grenad.git", rev = "dee0815" }
|
||||
grenad = { git = "https://github.com/Kerollmops/grenad.git", rev = "1094409" }
|
||||
heed = { version = "0.8.1", default-features = false, features = ["lmdb"] }
|
||||
human_format = "1.0.3"
|
||||
jemallocator = "0.3.2"
|
||||
@ -52,7 +52,6 @@ fst = "0.4.4"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
file-fuse = ["grenad/file-fuse"]
|
||||
|
||||
[[bench]]
|
||||
name = "search"
|
||||
|
Reference in New Issue
Block a user