mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
Increase api call latency threshold.
This commit is contained in:
parent
7f095c1f8e
commit
6d172bcad4
@ -42,8 +42,8 @@ const (
|
||||
listPodLatencyMediumThreshold time.Duration = 1 * time.Second
|
||||
listPodLatencyLargeThreshold time.Duration = 1 * time.Second
|
||||
// TODO: Decrease the small threshold to 250ms once tests are fixed.
|
||||
apiCallLatencySmallThreshold time.Duration = 500 * time.Millisecond
|
||||
apiCallLatencyMediumThreshold time.Duration = 500 * time.Millisecond
|
||||
apiCallLatencySmallThreshold time.Duration = 1 * time.Second
|
||||
apiCallLatencyMediumThreshold time.Duration = 1 * time.Second
|
||||
apiCallLatencyLargeThreshold time.Duration = 1 * time.Second
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user