remove inaccurate comment about watch timeout

Kubernetes-commit: 9561269d9308278018da0284638baed1d1c33144
This commit is contained in:
Zhonghu Xu 2018-05-31 16:20:04 +08:00 committed by Kubernetes Publisher
parent 8d6e3480fc
commit b9ecec59bd

View File

@ -76,8 +76,6 @@ type Reflector struct {
var (
// We try to spread the load on apiserver by setting timeouts for
// watch requests - it is random in [minWatchTimeout, 2*minWatchTimeout].
// However, it can be modified to avoid periodic resync to break the
// TCP connection.
minWatchTimeout = 5 * time.Minute
)