summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2018-10-25 19:14:57 +0200
committerDimitri Sokolyuk <demon@dim13.org>2018-10-25 19:14:57 +0200
commit26792c0f50572f15b4851d439387afb7c8cdc046 (patch)
tree18c3750623e83cce37958c6b1977fe98c74c2f79
parentec53a44751a02c42337f56771b453da4e66a7c11 (diff)
bump poll time
-rw-r--r--feeds.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/feeds.go b/feeds.go
index 6950194..43dffd5 100644
--- a/feeds.go
+++ b/feeds.go
@@ -11,7 +11,7 @@ var Feeds = []Feed{
{
Name: "LOR Forum",
URL: `https://www.linux.org.ru/section-rss.jsp?section=2&filter=tech`,
- Every: time.Minute,
+ Every: 5 * time.Minute,
},
{
Name: "LOR Gallery",