proxy/ipvs: remove unused constant rsGracefulDeletePeriod
Signed-off-by: Andrew Sy Kim <kiman@vmware.com>
This commit is contained in:
@@ -28,8 +28,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
rsGracefulDeletePeriod = 15 * time.Minute
|
rsCheckDeleteInterval = 1 * time.Minute
|
||||||
rsCheckDeleteInterval = 1 * time.Minute
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// listItem stores real server information and the process time.
|
// listItem stores real server information and the process time.
|
||||||
|
|||||||
Reference in New Issue
Block a user