Hacker News new | ask | show | jobs
by epmatsw 3812 days ago
That was my first thought. Why go through all this hassle to just put off the problem until the traffic merely doubles? This seems like when you see something silly in code like:

// const MAX_SIZE = 1;

// make it bigger to fix crash

const MAX_SIZE = 2;

1 comments

fantastic analogy!