mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 03:33:56 +00:00
Revert "Update global cache timestamp more frequently"
This reverts commit dbc47341fa
.
This commit is contained in:
parent
05605d7ca4
commit
0289216183
@ -34,7 +34,7 @@ import (
|
||||
// The frequency with which global timestamp of the cache is to
|
||||
// is to be updated periodically. If pod workers get stuck at cache.GetNewerThan
|
||||
// call, after this period it will be unblocked.
|
||||
const globalCacheUpdatePeriod = 1 * time.Second
|
||||
const globalCacheUpdatePeriod = 5 * time.Second
|
||||
|
||||
var (
|
||||
eventedPLEGUsage = false
|
||||
|
Loading…
Reference in New Issue
Block a user