mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-12-23 21:06:58 +00:00
Adjust comment
This commit is contained in:
@@ -420,8 +420,8 @@ impl InRemote {
|
|||||||
#[serde(rename_all = "camelCase")]
|
#[serde(rename_all = "camelCase")]
|
||||||
enum ImportState {
|
enum ImportState {
|
||||||
/// Initially Meilisearch doesn't know how many documents it should expect from a remote.
|
/// Initially Meilisearch doesn't know how many documents it should expect from a remote.
|
||||||
/// The first task for each remote contains the information of how many indexes will be imported,
|
/// Any task from each remote contains the information of how many indexes will be imported,
|
||||||
/// and the first task for each index contains the number of documents to import for that index.
|
/// and the number of documents to import for the index of the task.
|
||||||
#[default]
|
#[default]
|
||||||
WaitingForInitialTask,
|
WaitingForInitialTask,
|
||||||
Ongoing {
|
Ongoing {
|
||||||
|
|||||||
Reference in New Issue
Block a user