rss.go: post no news until 5 minutes after startup
This commit is contained in:
parent
78056ade35
commit
2a404eaf12
|
@ -44,7 +44,7 @@ func rssRun() {
|
|||
xlog.Fatal(err.Error())
|
||||
}
|
||||
go func() {
|
||||
time.Sleep(60 * time.Second)
|
||||
time.Sleep(300 * time.Second)
|
||||
hideOutput = false
|
||||
}()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue