mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02: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
1 changed files with 0 additions and 3 deletions
|
@ -1693,9 +1693,6 @@ impl Index {
|
|||
Ok(PrefixSettings {
|
||||
compute_prefixes,
|
||||
max_prefix_length: 4,
|
||||
#[cfg(not(test))]
|
||||
prefix_count_threshold: 100,
|
||||
#[cfg(test)]
|
||||
prefix_count_threshold: 100,
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue