mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
increase the default search time budget from 150ms to 1.5s
This commit is contained in:
parent
0661c86f16
commit
19137be0ea
@ -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…
Reference in New Issue
Block a user