Skip to content

Commit

Permalink
proxy/ipvs: remove unused constant rsGracefulDeletePeriod
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Sy Kim <[email protected]>
  • Loading branch information
andrewsykim committed Aug 12, 2019
1 parent 46e58df commit e198eef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/proxy/ipvs/graceful_termination.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ import (
)

const (
rsGracefulDeletePeriod = 15 * time.Minute
rsCheckDeleteInterval = 1 * time.Minute
rsCheckDeleteInterval = 1 * time.Minute
)

// listItem stores real server information and the process time.
Expand Down

0 comments on commit e198eef

Please sign in to comment.