Constant tikv::coprocessor::endpoint::LIGHT_TASK_THRESHOLD [−][src]
const LIGHT_TASK_THRESHOLD: Duration;
Requests that need time of less than LIGHT_TASK_THRESHOLD
is considered as light ones,
which means they don’t need a permit from the semaphore before execution.