Skip to content

kumo.set_ready_qmaint_threads(N)

Since: Dev Builds Only

The functionality described in this section requires a dev build of KumoMTA. You can obtain a dev build by following the instructions in the Installation section.

Sets the number of threads to be used for the readyq_maint thread pool. This thread pool is used to perform ready queue maintenance operations.

The default number of threads is computed using some unspecified fraction of the available parallelism on the running system, and is shown in the journal on startup.

kumo.on('pre_init', function()
  kumo.set_ready_qmaint_threads(12)
end)