mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-17 10:16:26 +00:00
Introduce debug info for the time it takes to fetch candidates
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
use std::collections::HashMap;
|
||||
use std::fmt::Debug;
|
||||
use std::ops::Bound::{self, Unbounded, Included, Excluded};
|
||||
use std::ops::Bound::{self, Included, Excluded};
|
||||
use std::str::FromStr;
|
||||
|
||||
use heed::types::{ByteSlice, DecodeIgnore};
|
||||
|
Reference in New Issue
Block a user