mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 08:11:04 +00:00
feat: Introduce a new thread to avoid waiting on doc indexes fetchs
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#[derive(Default)]
|
||||
#[derive(Default, Clone)]
|
||||
pub struct ReorderedAttrs {
|
||||
count: usize,
|
||||
reorders: Vec<Option<u16>>,
|
||||
|
Reference in New Issue
Block a user