mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
start distributing meilisearch
This commit is contained in:
parent
7c9a8b1e1b
commit
c4c1240ab8
8 changed files with 304 additions and 13 deletions
|
@ -840,6 +840,7 @@ impl IndexScheduler {
|
|||
|
||||
let mut index_wtxn = index.write_txn()?;
|
||||
let tasks = self.apply_index_operation(&mut index_wtxn, &index, op)?;
|
||||
// TODO cluster: ready to commit
|
||||
index_wtxn.commit()?;
|
||||
|
||||
Ok(tasks)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue