Compare commits

..

No commits in common. "1cdd60d39e3b7a001510454c76dcb1e8367e557c" and "bc9c7e11f489edfc0285d52908a5324e41c1e8e8" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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