summaryrefslogtreecommitdiff
path: root/rss.go
diff options
context:
space:
mode:
Diffstat (limited to 'rss.go')
-rw-r--r--rss.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rss.go b/rss.go
index c470f60..1e31a23 100644
--- a/rss.go
+++ b/rss.go
@@ -20,7 +20,7 @@ type News struct {
Item rss.Item
}
-const timeOut = time.Hour
+const timeOut = 15 * time.Minute
var news = make(chan News)