Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions

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