Function ServerinoConfig.setMaxRequestTime

Sets the maximum duration a request can take. After this time, the worker handling the request is terminated.

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