Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.1.6, 1.2 Beta-2
-
Fix Version/s: 1.2.1
-
Component/s: docs
-
Labels:None
-
Environment:Google for: site:http://www.couchbase.com/docs/couchbase-sdk-net-1.1/ deadtimeout
Description
Docs for .NET don't mention timeouts at all. There is a list of timeouts in the dev guide:
http://www.couchbase.com/docs/couchbase-devguide-1.8/about-client-timeouts.html
The Enyim wiki has an example or two showing configuration.
I think the docs on the dev guide are incorrect. The "Timeout" option documented there should (I think?) be ConnectionTimeout.
Should document how to set it in a config file (Web.config or whatever) and also from code. Same goes for all of the config options in .NET and Java (Java docs have no mention of app config xml format at all, but that's a separate bug report).
http://www.couchbase.com/docs/couchbase-devguide-1.8/about-client-timeouts.html
The Enyim wiki has an example or two showing configuration.
I think the docs on the dev guide are incorrect. The "Timeout" option documented there should (I think?) be ConnectionTimeout.
Should document how to set it in a config file (Web.config or whatever) and also from code. Same goes for all of the config options in .NET and Java (Java docs have no mention of app config xml format at all, but that's a separate bug report).
Activity
Matt Ingenthron
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 1.2 [ 10298 ] | |
| Affects Version/s | 1.2 Beta-2 [ 10397 ] |
John Zablocki
made changes -
| Fix Version/s | 1.2.1 [ 10441 ] | |
| Fix Version/s | 1.2.0 [ 10298 ] |
John Zablocki
made changes -
| Status | Open [ 1 ] | In Progress [ 3 ] |
John Zablocki
made changes -
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
John Zablocki
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Java does not use a configuration file. Java is configured through code entirely at the moment, but we plan to add a properties file based configuration in the future.