mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
move the leader to a new design
This commit is contained in:
parent
c4c1240ab8
commit
145f0e753c
4 changed files with 139 additions and 84 deletions
|
@ -16,7 +16,7 @@ pub enum Error {
|
|||
SerdeJson(#[from] serde_json::Error),
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub enum LeaderMsg {
|
||||
// Starts a new batch
|
||||
StartBatch { id: u32, batch: Vec<u32> },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue