mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-25 01:07:45 +00:00
Revert "Update global cache timestamp more frequently"
This reverts commit dbc47341fa.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user