We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05605d7 commit 0289216Copy full SHA for 0289216
pkg/kubelet/pleg/evented.go
@@ -34,7 +34,7 @@ import (
34
// The frequency with which global timestamp of the cache is to
35
// is to be updated periodically. If pod workers get stuck at cache.GetNewerThan
36
// call, after this period it will be unblocked.
37
-const globalCacheUpdatePeriod = 1 * time.Second
+const globalCacheUpdatePeriod = 5 * time.Second
38
39
var (
40
eventedPLEGUsage = false
0 commit comments