From 7c4f680dc9160236771c4973c139770d28f2499e Mon Sep 17 00:00:00 2001 From: Timothy Date: Mon, 12 May 2014 23:21:17 +0800 Subject: [PATCH] update time --- godns.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/godns.go b/godns.go index fe6d64f..e9e7b11 100644 --- a/godns.go +++ b/godns.go @@ -28,7 +28,7 @@ func main() { func dns_loop(loop chan bool) { fmt.Println("Inside the loop...") - //time.Sleep(time.Second * 60 * 5) + time.Sleep(time.Second * 2) currentIP, _ := get_currentIP(Configuration.IP_Url) fmt.Println("Current IP is" + currentIP)