use only half of the computer threads for the indexation by default

This commit is contained in:
Tamo
2021-06-28 14:35:50 +02:00
parent 8d8fe8fd29
commit a59f437ee3
3 changed files with 3 additions and 1 deletions

View File

@ -53,6 +53,7 @@ meilisearch-tokenizer = { git = "https://github.com/meilisearch/tokenizer.git",
memmap = "0.7.0"
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.6.0" }
mime = "0.3.16"
num_cpus = "1.13.0"
once_cell = "1.5.2"
oxidized-json-checker = "0.3.2"
parking_lot = "0.11.1"