summaryrefslogtreecommitdiff
path: root/rss.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-07-24 21:33:59 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-07-24 21:33:59 +0200
commitc335837924161a406e92189b255ce85927ad4501 (patch)
treefb93051eb2fdd2c61bb45ce62e99118b7c2431e9 /rss.go
parent375b51fba24e269ac720e10a286e6bb613ec0909 (diff)
Reduce pool time
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)