mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
Implement a first version of the snapshots
This commit is contained in:
committed by
Clément Renault
parent
c063f154fb
commit
eec43ec953
@ -899,7 +899,7 @@ impl IndexScheduler {
|
||||
|
||||
pub(crate) fn delete_persisted_task_data(&self, task: &Task) -> Result<()> {
|
||||
match task.content_uuid() {
|
||||
Some(content_file) => self.delete_update_file(*content_file),
|
||||
Some(content_file) => self.delete_update_file(content_file),
|
||||
None => Ok(()),
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user