ServerinoConfig.setMaxWorkerIdling

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

struct ServerinoConfig
@safe ref return
setMaxWorkerIdling
(
Duration dur = 1.dur!"hours"
)

Meta