diff --git a/modules/rss.go b/modules/rss.go index 62f1bff..70a2274 100644 --- a/modules/rss.go +++ b/modules/rss.go @@ -44,9 +44,7 @@ func rssRun() { xlog.Fatal(err.Error()) } go func() { - // Suppress output of new items for 15 minutes after startup - // in order to prevent spam. - time.Sleep(15 * time.Minute) + time.Sleep(900 * time.Second) hideOutput = false }() }