cranz
1
When I try to get a bunch of documents from a server installed locally through .net sdk, it always works.
If I try to do the same to a network server, it times out nearly every time. Is there a way to adjust the timeout in the .NET SDK ?
Code example?
tgrall
2
Hello,
You can configure the timeout and other options in App/Web.config file, as documented here:
http://www.couchbase.com/docs/couchbase-sdk-net-1.2/couchbase-sdk-net-configuration.html
Regards
Tug
@tgrall