Skip to content

Commit

Permalink
Update catchup/service.go
Browse files Browse the repository at this point in the history
  • Loading branch information
algorandskiy committed Oct 26, 2023
1 parent e85936b commit b03bd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catchup/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ func (s *Service) pipelinedFetch(seedLookback uint64) {
time.Sleep(100 * time.Millisecond)
}

// if ledger is still busy after s.deadlineTimeout timeout then about the current pipelinedFetch invocation.
// if ledger is still busy after s.deadlineTimeout timeout then abort the current pipelinedFetch invocation.

// if we're writing a catchpoint file, stop catching up to reduce the memory pressure. Once we finish writing the file we
// could resume with the catchup.
Expand Down

0 comments on commit b03bd70

Please sign in to comment.