Function ServerinoConfig.setMaxWorkerIdling

Max time a worker can be idle. After this time, worker is terminated.

ref ServerinoConfig setMaxWorkerIdling (
  core.time.Duration dur = dur(1L)
) return @safe;