Commit 4a1043b2 authored by rht's avatar rht

Remove the err brake from PeriodicGC

License: MIT
Signed-off-by: default avatarrht <rhtbot@gmail.com>
parent 7e467623
......@@ -154,7 +154,7 @@ func PeriodicGC(ctx context.Context, node *core.IpfsNode) error {
case <-time.After(period):
// the private func maybeGC doesn't compute storageMax, storageGC, slackGC so that they are not re-computed for every cycle
if err := gc.maybeGC(ctx, 0); err != nil {
return err
log.Error(err)
}
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment