Skip to content

Commit

Permalink
Remove constants that are no longer referenced
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeda committed Nov 4, 2016
1 parent 4b3d6b4 commit 453bb17
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/client/cache/reflector.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ var (
// However, it can be modified to avoid periodic resync to break the
// TCP connection.
minWatchTimeout = 5 * time.Minute
// If we are within 'forceResyncThreshold' from the next planned resync
// and are just before issuing Watch(), resync will be forced now.
forceResyncThreshold = 3 * time.Second
// We try to set timeouts for Watch() so that we will finish about
// than 'timeoutThreshold' from next planned periodic resync.
timeoutThreshold = 1 * time.Second
)

// NewNamespaceKeyedIndexerAndReflector creates an Indexer and a Reflector
Expand Down

0 comments on commit 453bb17

Please sign in to comment.