http://3cbzkrvakrpetjjppdwzbzqrlkmzatjs7jbyazap5gwutj32gcltjpqd.onion
When we iterate the queue, we remove items with a lower activity level: Our queue is A|B@1 , A|B|C@1 , B|X@1 Rejecting A bump the activity for its reverse dependencies and reinset them:
Our queue is A|B@1 , A|B|C@1 , (A|)B@2 , (A|)B|C@2 , B|X@1 We visit A|B@1 but see the activity of the underlying dependency is now 2 and remove it
Our queue is A|B|C@1 , (A|)B@2 , (A|)B|C@2...