Function ServerinoConfig.setMaxDynamicWorkerIdling

Max time a dynamic worker can be idle. After this time, worker is terminated. This is used only if the number of workers is greater than minWorkers.

ref ServerinoConfig setMaxDynamicWorkerIdling (
  core.time.Duration dur = dur(10L)
) return @safe;