You are viewing an old version of this page. View the current version.

    Compare with Current View Page History

    Version 1 Current »

    Synopsis

    worker_idle_threads = threads
    The idle number of Worker threads. This allows the Worker to maintain a specified number of threads ready to service network messages. If the Worker finds that it is unable to satisfy the incoming traffic, it will spawn additional threads up to Worker_max_threads.

    Example

    worker_idle_threads = 3

    Defaults

    4

    • No labels