this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix a typo in the search firehose processor for indexing fresh repos (#600)

authored by

Jaz and committed by
GitHub
0f771484 ea981ebf

+1 -1
+1 -1
search/firehose.go
··· 87 87 } 88 88 }() 89 89 logEvt := s.logger.With("repo", evt.Repo, "rev", evt.Rev, "seq", evt.Seq) 90 - if evt.TooBig && evt.Prev != nil { 90 + if evt.TooBig && evt.Since != nil { 91 91 // TODO: handle this case (instead of return nil) 92 92 logEvt.Error("skipping non-genesis tooBig events for now") 93 93 return nil