diff options
author | Dimitri Sokolyuk <demon@dim13.org> | 2018-10-25 19:14:57 +0200 |
---|---|---|
committer | Dimitri Sokolyuk <demon@dim13.org> | 2018-10-25 19:14:57 +0200 |
commit | 26792c0f50572f15b4851d439387afb7c8cdc046 (patch) | |
tree | 18c3750623e83cce37958c6b1977fe98c74c2f79 /feeds.go | |
parent | ec53a44751a02c42337f56771b453da4e66a7c11 (diff) |
bump poll time
Diffstat (limited to 'feeds.go')
-rw-r--r-- | feeds.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |