mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-30 00:34:26 +01:00
Update crates/milli/src/index.rs
Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
parent
9008ecda3d
commit
f014e78684
@ -1693,9 +1693,6 @@ impl Index {
|
|||||||
Ok(PrefixSettings {
|
Ok(PrefixSettings {
|
||||||
compute_prefixes,
|
compute_prefixes,
|
||||||
max_prefix_length: 4,
|
max_prefix_length: 4,
|
||||||
#[cfg(not(test))]
|
|
||||||
prefix_count_threshold: 100,
|
|
||||||
#[cfg(test)]
|
|
||||||
prefix_count_threshold: 100,
|
prefix_count_threshold: 100,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user