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