Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
base: drop SlowRequestThreshold to 15s
This commit drops `SlowRequestThreshold` from 60s to 15s. This constant dictates the delay before we consider the following four operations to be slow enough to log and/or increment "slow request" metrics: - raft proposals - raft proposal quota acquisition - lease acquisition - latch acquisition
- Loading branch information