From 9f0033f5a3407a93cb9682bc279da127689fee7c Mon Sep 17 00:00:00 2001 From: jeessy2 <454207171@qq.com> Date: Tue, 1 Sep 2020 22:38:00 +0800 Subject: [PATCH] Update index.go --- dns/index.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/index.go b/dns/index.go index 9365edc34..b3d1b5e25 100644 --- a/dns/index.go +++ b/dns/index.go @@ -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)) } }