Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brianolson committed Dec 18, 2024
1 parent d709ae9 commit 16c36b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions indexer/crawler.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16c36b8

Please sign in to comment.