mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
update a comment
This commit is contained in:
parent
e704728ee7
commit
e5d0bef6d8
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ async fn perform_snapshot() {
|
||||||
// set when performing the snapshot
|
// set when performing the snapshot
|
||||||
//server.stats(),
|
//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.tasks_filter("?from=4"),
|
||||||
|
|
||||||
server.index("test").get_all_documents(GetAllDocumentsOptions::default()),
|
server.index("test").get_all_documents(GetAllDocumentsOptions::default()),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue