nnethercott
15cdc6924b
refactor: remove runtime cfg!(test) check
...
Won't work in integration tests and consequently all threads would be
used. To remedy this we make explicit `max_threads=Some(1)` in the
IndexerConfig::default
2025-05-13 09:18:19 +02:00
nnethercott
53f32a7dd7
refactor: change thread_pool from Option<ThreadPoolNoAbort> to
...
ThreadPoolNoAbort
2025-05-07 17:00:08 +02:00
nnethercott
47a7ed93d3
feat: Make MaxThreads None by default
2025-05-06 09:11:55 +02:00
Nate Nethercott
2ac826edca
Apply suggested changes
...
Co-authored-by: Clément Renault <renault.cle@gmail.com>
Update crates/meilisearch/src/lib.rs
Co-authored-by: Clément Renault <renault.cle@gmail.com>
2025-05-01 16:12:06 +02:00
nnethercott
89aff2081c
Fix clippy warnings
2025-04-30 14:17:32 +02:00
nnethercott
3b773b3416
Revert thread_pool type back to Option in config
2025-04-28 11:56:37 +02:00
nnethercott
648b2876f6
Create temp threadpool with all CPUs in dump
2025-04-27 00:52:10 +02:00
Clément Renault
5b4c06c24c
Plug the grenad max memory parameter
2024-11-18 11:28:04 +01:00
Clément Renault
9c1e54a2c8
Move crates under a sub folder to clean up the code
2024-10-21 08:18:43 +02:00