mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Cosmetic change
This commit is contained in:
parent
d4715e0c4d
commit
abbe131084
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ pub struct IndexScheduler {
|
||||||
/// so that a handle to the index is available from other threads (search) in an optimized manner.
|
/// so that a handle to the index is available from other threads (search) in an optimized manner.
|
||||||
currently_updating_index: Arc<RwLock<Option<(String, Index)>>>,
|
currently_updating_index: Arc<RwLock<Option<(String, Index)>>>,
|
||||||
|
|
||||||
embedders: Arc<RwLock<HashMap<EmbedderOptions, std::sync::Arc<Embedder>>>>,
|
embedders: Arc<RwLock<HashMap<EmbedderOptions, Arc<Embedder>>>>,
|
||||||
|
|
||||||
// ================= test
|
// ================= test
|
||||||
// The next entry is dedicated to the tests.
|
// The next entry is dedicated to the tests.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue