mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 16:51:01 +00:00
replace index-new-field route to accept-new-fields; fix #503
This commit is contained in:
committed by
Quentin de Quelen
parent
d56968cb23
commit
f4ae0844ab
@ -58,7 +58,7 @@ impl Server {
|
||||
let response: Value = serde_json::from_slice(&buf).unwrap();
|
||||
|
||||
if response["status"] == "processed" {
|
||||
eprintln!("{:?}", response);
|
||||
eprintln!("{:#?}", response);
|
||||
return;
|
||||
}
|
||||
block_on(sleep(Duration::from_secs(1)));
|
||||
|
Reference in New Issue
Block a user