Change lookback to 30 days.

This commit is contained in:
gmp 2019-03-15 12:44:57 -04:00
parent e609afeb02
commit ac96eaab6d
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ func NewDaemon(conf Config, pl *pcList) *Daemon {
}
func (d *Daemon) Update(urls []string) {
sel := daysAgo(60)
sel := daysAgo(30)
for _,url := range urls {
log.Print(" -> ",url)
f := readFeed(url,sel) // do not lock around IO