Compare commits
2 Commits
09cdac52ff
...
34682a0cce
Author | SHA1 | Date |
---|---|---|
an | 34682a0cce | |
an | 6a01d789b6 |
|
@ -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
|
||||
}()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue