Default connection timeout improperly set in .NET client 1.3.1

In this release, the default “dead timeout” was changed from 10 seconds to 2 seconds.

Unfortunately, one change in this commit:

Improperly changed the CONNECTION timeout (not DEAD timeout) in src/Enyim.Caching/Configuration/SocketPoolConfiguration.cs

This is probably too aggressive for most environments, thankfully it can be overwritten using the socketPool element in web/app.config

dplaxson -

Thanks for the NCBC: http://www.couchbase.com/issues/browse/NCBC-360

This has been fixed and will be included in the 1.3.2 release. It will also be available from github shortly.

Thanks Jeff - I made this post before I saw the JIRA…sorry about that :stuck_out_tongue: