mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
increase the default search time budget from 150ms to 1.5s
This commit is contained in:
parent
0661c86f16
commit
19137be0ea
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ impl fmt::Debug for TimeBudget {
|
|||
|
||||
impl Default for TimeBudget {
|
||||
fn default() -> Self {
|
||||
Self::new(std::time::Duration::from_millis(150))
|
||||
Self::new(std::time::Duration::from_millis(1500))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue