Live data from Hacker News

Ask HN: How long does it take for the "More" link to return "expired link"?

news.ycombinator.com

1–7 of 7 posts

Re: Ask HN: How long does it take for the "More" link to return "expired link"?

#4
HN is written in arc, and many links point to thunks/closures ("if the user clicks on this link, run the following function on the current data"). IIRC, such thunks are valid until the memory is needed for something else.

So it depends on server load; maybe it's time for another memory upgrade.

Re: Ask HN: How long does it take for the "More" link to return "expired link"?

#5

Not long enough, it feels like it's 5 - 10 minutes. What's the benefit of doing it like that rather than a page=x or offset=x?

You get to see the second page as it was when you opened the front page, i.e. no duplicate/missing stories.

Re: Ask HN: How long does it take for the "More" link to return "expired link"?

#7

Not long enough, it feels like it's 5 - 10 minutes. What's the benefit of doing it like that rather than a page=x or offset=x?

You get to see the second page as it was when you opened the front page, i.e. no duplicate/missing stories.

Ah that makes sense. In that context it's an interesting question on how to handle 'expiring'.