aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index f4c4396..019d25a 100644
--- a/main.go
+++ b/main.go
@@ -177,7 +177,7 @@ func main() {
}
}()
- t := time.NewTimer(30 * time.Second)
+ t := time.NewTimer(1 * time.Second)
defer t.Stop()
prev := time.Now()