|
@@ -17,7 +17,7 @@ import (
|
|
)
|
|
)
|
|
|
|
|
|
const (
|
|
const (
|
|
- reapInterval = 60 * time.Second
|
|
|
|
|
|
+ reapInterval = 30 * time.Minute
|
|
reapPeriod = 5 * time.Second
|
|
reapPeriod = 5 * time.Second
|
|
retryInterval = 1 * time.Second
|
|
retryInterval = 1 * time.Second
|
|
nodeReapInterval = 24 * time.Hour
|
|
nodeReapInterval = 24 * time.Hour
|