Skip to content

Commit

Permalink
Update index.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jeessy2 committed Sep 1, 2020
1 parent b148a08 commit 9f0033f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (d Domain) String() string {
func RunTimer() {
for {
RunOnce()
time.Sleep(time.Minute * time.Duration(15))
time.Sleep(time.Minute * time.Duration(5))
}
}

Expand Down

0 comments on commit 9f0033f

Please sign in to comment.