Compare commits

...

2 commits

Author SHA1 Message Date
an
1cdd60d39e Merge branch 'master' of git.dnix.de:an/flokati
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-14 11:26:43 +02:00
an
f50ec2da98 modules/rss.go: keep silent for 15 minutes after startup 2020-05-14 11:26:34 +02:00

View file

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