Update crates/milli/src/index.rs

Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
Many the fish 2024-11-26 14:46:01 +01:00 committed by GitHub
parent 9008ecda3d
commit f014e78684
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
})
}