mirror of https://github.com/k3s-io/k3s
Removed empty line.
parent
9fab05fe59
commit
99c0681ecc
|
@ -140,14 +140,12 @@ func (nm *NamespaceController) worker() {
|
|||
t := estimate.Estimate/2 + 1
|
||||
glog.V(4).Infof("Content remaining in namespace %s, waiting %d seconds", key, t)
|
||||
nm.queue.AddAfter(key, time.Duration(t)*time.Second)
|
||||
|
||||
} else {
|
||||
// rather than wait for a full resync, re-add the namespace to the queue to be processed
|
||||
nm.queue.AddRateLimited(key)
|
||||
utilruntime.HandleError(err)
|
||||
}
|
||||
return false
|
||||
|
||||
}
|
||||
|
||||
for {
|
||||
|
|
Loading…
Reference in New Issue