mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Add enqueued and processed datetimes
This commit is contained in:
parent
a98949ff1d
commit
acb5e624c6
16 changed files with 160 additions and 76 deletions
|
@ -18,7 +18,7 @@ pub fn push_customs_update(
|
|||
) -> ZResult<u64> {
|
||||
let last_update_id = next_update_id(writer, updates_store, updates_results_store)?;
|
||||
|
||||
let update = Update::Customs(customs);
|
||||
let update = Update::customs(customs);
|
||||
updates_store.put_update(writer, last_update_id, &update)?;
|
||||
|
||||
Ok(last_update_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue