|
@@ -457,7 +457,7 @@ func (sched *Scheduler) scheduleOne() {
|
|
|
// }
|
|
|
|
|
|
//Check if the cache needs update
|
|
|
- klog.Infof("The value of the Ticker: %v", customcache.LabCache.Timeout.C)
|
|
|
+ //klog.Infof("The value of the Ticker: %v", customcache.LabCache.Timeout.C)
|
|
|
select {
|
|
|
// clean the cache if 10 seconds are passed
|
|
|
case <-customcache.LabCache.Timeout.C:
|