Function ServerinoConfig.setMaxWorkerIdling

Sets the maximum idle time for a worker. After this duration, the worker is terminated.

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