memcache-plus
memcache-plus copied to clipboard
fix: propagate netTimeout option to Connection instances
The 'netTimeout' option passed to a Client instance was not being passed on to Connection instances.
@victorquinn, can you please approve this PR? netTimeout
is not getting propagated from Client
to Connection
instances, resulting in fallback to default value of 500
ms. This is resulting in large read requests timing out.
So yes, happy to, but the PR as written currently renames the package which is why I didn't initially merge
But the spirit is good, happy to merge it otherwise
This is resolved by #96