mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-10 15:08:56 +01:00
update a comment
This commit is contained in:
parent
e704728ee7
commit
e5d0bef6d8
@ -81,7 +81,7 @@ async fn perform_snapshot() {
|
||||
// set when performing the snapshot
|
||||
//server.stats(),
|
||||
|
||||
// We can't test all the tasks contained in the snapshot because the on the original instance the snapshotCreation task was added
|
||||
// The original instance contains the snapshotCreation task, while the snapshotted-instance does not. For this reason we need to compare the task queue **after** the task 4
|
||||
server.tasks_filter("?from=4"),
|
||||
|
||||
server.index("test").get_all_documents(GetAllDocumentsOptions::default()),
|
||||
|
Loading…
Reference in New Issue
Block a user