-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
If a client has socket timeout set, this timeout applies to all operations. The majority of the operations (e.g. find) are normally executing quickly, but there are some like create_indexes which are known in advance to take a long time. It may be a good idea for the driver to provide a mechanism to either specify a custom timeout for the unusual operations or to execute them without a timeout at all.
- duplicates
-
RUBY-2523 Client Side Operations Timeout
- Development Complete