Compare commits

..

No commits in common. "34682a0cce6e4e72a7f07f10a2e66004edbc314f" and "09cdac52ff92f24e346256f850e8cf4ee552c946" have entirely different histories.

1 changed files with 1 additions and 3 deletions

View File

@ -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
}()
}