Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
istae committed Jan 25, 2024
1 parent c6fe964 commit c944687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/puller/puller.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ func (p *Puller) syncPeerBin(parentCtx context.Context, peer *syncPeer, bin uint
)

for {
if isHistorical {
if isHistorical { // overide start with the next interval if historical syncing
start, err = p.nextPeerInterval(address, bin)
if err != nil {
p.metrics.SyncWorkerErrCounter.Inc()
Expand Down

0 comments on commit c944687

Please sign in to comment.