Compare commits

...

2 commits

View file

@ -44,7 +44,7 @@ func rssRun() {
xlog.Fatal(err.Error()) xlog.Fatal(err.Error())
} }
go func() { go func() {
time.Sleep(60 * time.Second) time.Sleep(300 * time.Second)
hideOutput = false hideOutput = false
}() }()
} }