-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.3.1
-
Component/s: None
-
None
-
Minor Change
Currently the default value for SocketTimeout is 30 seconds. This is too low for some kinds of long running operations (like Map/Reduce).
Instead of having any default value the C# driver will simply let the OS use its own defaults, which normally means infinite.
If the application writer wants to set a default they can, in which case they are in a position to know what a good default value for their use case would be.