diff --git a/indexer/crawler.go b/indexer/crawler.go index f6c345434..afca6a440 100644 --- a/indexer/crawler.go +++ b/indexer/crawler.go @@ -17,11 +17,12 @@ type CrawlDispatcher struct { // from Crawl() ingest chan *models.ActorInfo - repoSync chan *crawlWork - // from AddToCatchupQueue() catchup chan *crawlWork + // from main loop to fetchWorker() + repoSync chan *crawlWork + complete chan models.Uid maplk sync.Mutex