Compare commits
No commits in common. "34682a0cce6e4e72a7f07f10a2e66004edbc314f" and "09cdac52ff92f24e346256f850e8cf4ee552c946" have entirely different histories.
34682a0cce
...
09cdac52ff
|
@ -44,9 +44,7 @@ func rssRun() {
|
||||||
xlog.Fatal(err.Error())
|
xlog.Fatal(err.Error())
|
||||||
}
|
}
|
||||||
go func() {
|
go func() {
|
||||||
// Suppress output of new items for 15 minutes after startup
|
time.Sleep(900 * time.Second)
|
||||||
// in order to prevent spam.
|
|
||||||
time.Sleep(15 * time.Minute)
|
|
||||||
hideOutput = false
|
hideOutput = false
|
||||||
}()
|
}()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue