parent
6c747d7097
commit
abeba46029
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ func (s *Sign) OnStartup() error {
|
||||||
// Various duration constants for signing of the zones.
|
// Various duration constants for signing of the zones.
|
||||||
const (
|
const (
|
||||||
durationExpireDays = 7 * 24 * time.Hour // max time allowed before expiration
|
durationExpireDays = 7 * 24 * time.Hour // max time allowed before expiration
|
||||||
durationResignDays = 6 * 24 * time.Hour // if the last sign happenend this long ago, sign again
|
durationResignDays = 6 * 24 * time.Hour // if the last sign happened this long ago, sign again
|
||||||
durationSignatureExpireDays = 32 * 24 * time.Hour // sign for 32 days
|
durationSignatureExpireDays = 32 * 24 * time.Hour // sign for 32 days
|
||||||
durationRefreshHours = 5 * time.Hour // check zones every 5 hours
|
durationRefreshHours = 5 * time.Hour // check zones every 5 hours
|
||||||
durationInceptionJitter = -18 * time.Hour // default max jitter for the inception
|
durationInceptionJitter = -18 * time.Hour // default max jitter for the inception
|
||||||
|
|
Loading…
Add table
Reference in a new issue