Function ServerinoConfig.setMaxRequestTime

Max time a request can take. After this time, worker is terminated.

ref ServerinoConfig setMaxRequestTime (
  core.time.Duration dur = dur(5L)
) return @safe;