Hacker News new | ask | show | jobs
by wbc 3885 days ago
it's continuously making requests to /totalHits/ if you check the network, is that intentional?
1 comments

Yes, that is the update counter for the live deployment count on the homepage. It constantly polling our total deployment count and updating the value on the homepage.

I'm a bit of a fan of putting unnecessary stress on our servers in a controlled fashion. This gives me a bit of wiggle room if we need to free up resources in an emergency...which still hasn't happened yet. :-)