Function ServerinoConfig.setMaxWorkerLifetime

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

ref ServerinoConfig setMaxWorkerLifetime (
  core.time.Duration dur = dur(6L)
) return @safe;