Add a config-driven worker pool size for the read factory work.
Scope
- Add a field (e.g.
read_workers: usize) to Config (src/app_config.rs:8) with a sane default (~num_cpus, capped around 8 — the embedded engine/disk is the real limit).
- Thread it through to where the factory is spawned in
src/actors.rs.
Depends on
Parent: #51
Add a config-driven worker pool size for the read factory work.
Scope
read_workers: usize) toConfig(src/app_config.rs:8) with a sane default (~num_cpus, capped around 8 — the embedded engine/disk is the real limit).src/actors.rs.Depends on
Parent: #51