mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
apply all the comments changes
This commit is contained in:
parent
7d95950ce6
commit
705d31e8bd
4 changed files with 6 additions and 6 deletions
|
@ -339,7 +339,7 @@ fn open_or_create_database_unchecked(
|
|||
}
|
||||
}
|
||||
|
||||
/// Ensures Meilisearch version is compatible with the database, returns an error versions mismatch.
|
||||
/// Ensures Meilisearch version is compatible with the database, returns an error in case of version mismatch.
|
||||
fn check_version_and_update_task_queue(
|
||||
db_path: &Path,
|
||||
experimental_dumpless_upgrade: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue