mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-02 03:18:30 +02:00
Remove useless clone
This commit is contained in:
parent
0f6dd133b2
commit
2ff382c023
@ -478,7 +478,7 @@ impl IndexScheduler {
|
|||||||
.execute(
|
.execute(
|
||||||
|indexing_step| tracing::debug!(update = ?indexing_step),
|
|indexing_step| tracing::debug!(update = ?indexing_step),
|
||||||
|| must_stop_processing.get(),
|
|| must_stop_processing.get(),
|
||||||
embedder_stats.clone(),
|
embedder_stats,
|
||||||
)
|
)
|
||||||
.map_err(|err| Error::from_milli(err, Some(index_uid.clone())))?;
|
.map_err(|err| Error::from_milli(err, Some(index_uid.clone())))?;
|
||||||
|
|
||||||
|
@ -507,7 +507,7 @@ impl<'a, 't, 'i> Settings<'a, 't, 'i> {
|
|||||||
IndexDocumentsConfig::default(),
|
IndexDocumentsConfig::default(),
|
||||||
&progress_callback,
|
&progress_callback,
|
||||||
&should_abort,
|
&should_abort,
|
||||||
&embedder_stats,
|
embedder_stats,
|
||||||
)?;
|
)?;
|
||||||
|
|
||||||
indexing_builder.execute_raw(output)?;
|
indexing_builder.execute_raw(output)?;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user