Skip to content

Commit

Permalink
set flag fetched
Browse files Browse the repository at this point in the history
  • Loading branch information
reddec committed Oct 7, 2019
1 parent 0903e77 commit cef8568
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions domain/monitor/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ func (ms *service) requestNode(node *Node) {
log.Println(URL, ":", err)
} else {
log.Println(URL, "done")
node.Fetched = true
ms.askForIndex()
return
}
Expand Down

0 comments on commit cef8568

Please sign in to comment.