Searched refs:throttleMs (Results 1 – 2 of 2) sorted by relevance
401 long throttleMs = getThrottleMs(); in doFilter() local402 if (throttled != Boolean.TRUE && throttleMs > 0) in doFilter()408 if (throttleMs > 0) in doFilter()409 continuation.setTimeout(throttleMs); in doFilter()
6 throttleMs: amount of time (in milliseconds) to async wait for semaphore. key