Compare commits

..

2 commits

Author SHA1 Message Date
an
34682a0cce Merge branch 'master' of git.dnix.de:an/flokati
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-16 08:40:11 +02:00
an
6a01d789b6 rss.go 2020-05-16 08:40:04 +02:00

View file

@ -44,7 +44,9 @@ func rssRun() {
xlog.Fatal(err.Error())
}
go func() {
time.Sleep(900 * time.Second)
// Suppress output of new items for 15 minutes after startup
// in order to prevent spam.
time.Sleep(15 * time.Minute)
hideOutput = false
}()
}