From 16c36b85798e9e47e416abde045195df3677b6e5 Mon Sep 17 00:00:00 2001 From: Brian Olson Date: Wed, 18 Dec 2024 01:51:58 -0500 Subject: [PATCH] comment --- indexer/crawler.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/indexer/crawler.go b/indexer/crawler.go index 39c70933..7e2656dd 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