Skip to content

Commit

Permalink
Update safer.go
Browse files Browse the repository at this point in the history
  • Loading branch information
hackthehackerman authored Oct 30, 2022
1 parent e25eb05 commit 95769c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/crawler/safer.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func CrawlSafer(DOTWatermark, bucketSize, numConnections int, dao dao.Dao) (err
}

// map to store number of failed safer fetch in dot range segmented by bucket size.
// this is used to detect the upperfound of available dotnumber
// this is used to detect the upperbound of available dotnumber
notFound := sync.Map{}
terminate := false
dot := 1
Expand Down

0 comments on commit 95769c4

Please sign in to comment.