Due to the algorithm design, only the pids are hashed by their order. Since a new post in the latest thread would not change this order, the hash remain the same thus the first pass scanning don't think that there is new post.
The total number of replies should be added as the entropy to tackle this case.
Due to the algorithm design, only the pids are hashed by their order. Since a new post in the latest thread would not change this order, the hash remain the same thus the first pass scanning don't think that there is new post.
The total number of replies should be added as the entropy to tackle this case.