open fun setMaxAvgServeTimeNs(maxAvgServeTimeNanoSeconds: Long): StaticHandler
Set the max serve time in ns, above which serves are considered slow
maxAvgServeTimeNanoSeconds - max serve time, in ns
Return
a reference to this, so the API can be used fluently