Commit abeba460 authored by Zhou Hao's avatar Zhou Hao Committed by GitHub

fix misspell (#4081)

Signed-off-by: default avatarZhou Hao <zhouhao@cn.fujitsu.com>
parent 6c747d70
......@@ -27,7 +27,7 @@ func (s *Sign) OnStartup() error {
// Various duration constants for signing of the zones.
const (
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
durationRefreshHours = 5 * time.Hour // check zones every 5 hours
durationInceptionJitter = -18 * time.Hour // default max jitter for the inception
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment