Comment by josefx
2 years ago
Now your connections start to randomly fail in production because the implementation defaults to 20ms and your local tests never caught that.
2 years ago
Now your connections start to randomly fail in production because the implementation defaults to 20ms and your local tests never caught that.
I'm sure there's some middle ground between "never time out" and "time out after 20ms" that works reasonably well for most use cases