From 6a01d789b6ffe55609b73af7a407eea1e7d128be Mon Sep 17 00:00:00 2001 From: an Date: Sat, 16 May 2020 08:40:04 +0200 Subject: [PATCH] rss.go --- modules/rss.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/rss.go b/modules/rss.go index 70a2274..62f1bff 100644 --- a/modules/rss.go +++ b/modules/rss.go @@ -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 }() }