mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 03:57:41 +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
|
// The frequency with which global timestamp of the cache is to
|
||||||
// is to be updated periodically. If pod workers get stuck at cache.GetNewerThan
|
// is to be updated periodically. If pod workers get stuck at cache.GetNewerThan
|
||||||
// call, after this period it will be unblocked.
|
// call, after this period it will be unblocked.
|
||||||
const globalCacheUpdatePeriod = 1 * time.Second
|
const globalCacheUpdatePeriod = 5 * time.Second
|
||||||
|
|
||||||
var (
|
var (
|
||||||
eventedPLEGUsage = false
|
eventedPLEGUsage = false
|
||||||
|
Loading…
Reference in New Issue
Block a user