From c335837924161a406e92189b255ce85927ad4501 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 24 Jul 2015 21:33:59 +0200 Subject: Reduce pool time --- rss.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rss.go') 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) -- cgit v1.2.3