Skip to content

reader-factory: config-driven worker pool size #58

Description

@disconsented

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions