changeset 50:ca60b80383eb

Increase poll time to 30s
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 10 Dec 2016 18:08:06 +0100
parents c7c515afd73b
children bdf175a4961a
files remind.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/remind.go	Sat Dec 10 18:06:11 2016 +0100
+++ b/remind.go	Sat Dec 10 18:08:06 2016 +0100
@@ -10,7 +10,7 @@
 )
 
 const (
-	pollTime    = 2 * time.Second
+	pollTime    = 30 * time.Second
 	maxAttempts = 3
 )