TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

5 点作者 oziumjinx大约 14 年前
At the bottom of HN pages is a "More" link to go to the next page of links. Often times this return "link expired" or something of the sorts. How long does it take for you to be sitting on a page before this kicks in?

4 条评论

benologist大约 14 年前
Not long enough, it feels like it's 5 - 10 minutes.<p>What's the benefit of doing it like that rather than a page=x or offset=x?
评论 #2516851 未加载
JoachimSchipper大约 14 年前
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.<p>So it depends on server load; maybe it's time for another memory upgrade.
instakill大约 14 年前
It's usually around 15 - 20 minutes. Makes me feel like a bomb defuser, having to make sure to get to the next page before time runs out whilst working on other tabs.
wmf大约 14 年前
It depends on server load, but 30 minutes will usually do it.