vertx / io.vertx.reactivex.ext.web.handler / StaticHandler / setMaxAvgServeTimeNs

setMaxAvgServeTimeNs

open fun setMaxAvgServeTimeNs(maxAvgServeTimeNanoSeconds: Long): StaticHandler

Set the max serve time in ns, above which serves are considered slow

Parameters

maxAvgServeTimeNanoSeconds - max serve time, in ns

Return
a reference to this, so the API can be used fluently