|
|
|
Why does HN timeout so fast?
|
|
22 points
by kaushalc
5458 days ago
|
|
If I dont use HN for a few mins it expires and clicking on next link shows an error message saying link expired. Why is this? Its a pain that I need to go and reload the main page and the click next to come back to the page i was on. |
|
IIRC, the way that HN is set up, it re-distributes the "fnid=NSgN9i46gR" parameters at the end of the string to the first/second/third/etc. pages.
Reddit (a similar example) does this, but it also does it in such a way that the parameters "?count=50&after=t3_ihoin" fit into a SQL(/alternative DB) select statement.
This would probably be a better way for HN to do it, but they probably have a reason for why it's currently done this way .