Skip to content

Commit 0289216

Browse files
committed
Revert "Update global cache timestamp more frequently"
This reverts commit dbc4734.
1 parent 05605d7 commit 0289216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kubelet/pleg/evented.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434
// The frequency with which global timestamp of the cache is to
3535
// is to be updated periodically. If pod workers get stuck at cache.GetNewerThan
3636
// call, after this period it will be unblocked.
37-
const globalCacheUpdatePeriod = 1 * time.Second
37+
const globalCacheUpdatePeriod = 5 * time.Second
3838

3939
var (
4040
eventedPLEGUsage = false

0 commit comments

Comments
 (0)