Commit 69f3dbc4 authored by Filip Grzadkowski's avatar Filip Grzadkowski

Merge pull request #18637 from wojtek-t/1s_list_pods_limit

Increase limit for listing pods in 100-node cluster
parents 51e8c2e5 f24d909d
...@@ -39,7 +39,7 @@ import ( ...@@ -39,7 +39,7 @@ import (
const ( const (
podStartupThreshold time.Duration = 5 * time.Second podStartupThreshold time.Duration = 5 * time.Second
listPodLatencySmallThreshold time.Duration = 500 * time.Millisecond listPodLatencySmallThreshold time.Duration = 1 * time.Second
listPodLatencyMediumThreshold time.Duration = 1 * time.Second listPodLatencyMediumThreshold time.Duration = 1 * time.Second
listPodLatencyLargeThreshold time.Duration = 1 * time.Second listPodLatencyLargeThreshold time.Duration = 1 * time.Second
apiCallLatencySmallThreshold time.Duration = 250 * time.Millisecond apiCallLatencySmallThreshold time.Duration = 250 * time.Millisecond
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment