Revert "Update global cache timestamp more frequently"

This reverts commit dbc47341fa.
This commit is contained in:
Hironori Shiina 2024-09-10 10:15:41 +02:00
parent 05605d7ca4
commit 0289216183

View File

@ -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