MeiliSearch/meilisearch-http
bors[bot] b0f399a51d
Merge #249
249: Use half of the computer threads for the indexing process by default r=Kerollmops a=irevoire

closes #241 
By default, we use only half of the CPU threads when indexing documents; this allows the user to use the search while indexing. Also, the machine will not appear unresponsive when indexing a large batch of documents.

On the special case where a user only has one core, we use it entirely 😄 

Co-authored-by: Tamo <tamo@meilisearch.com>
2021-06-28 15:25:11 +00:00
..
src use only half of the computer threads for the indexation by default 2021-06-28 14:35:50 +02:00
tests fmt 2021-06-24 16:36:22 +02:00
build.rs clippy, fmt & tests 2021-05-31 16:03:39 +02:00
Cargo.toml Merge #249 2021-06-28 15:25:11 +00:00