mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-06 16:58:11 +08:00
Merge pull request #5091 from ipfs/fix/5029
reduce log level when we can't republish
This commit is contained in:
commit
dbaeb84499
@ -72,7 +72,7 @@ func (rp *Republisher) Run(proc goprocess.Process) {
|
||||
timer.Reset(rp.Interval)
|
||||
err := rp.republishEntries(proc)
|
||||
if err != nil {
|
||||
log.Error("Republisher failed to republish: ", err)
|
||||
log.Info("republisher failed to republish: ", err)
|
||||
if FailureRetryInterval < rp.Interval {
|
||||
timer.Reset(FailureRetryInterval)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user