[csot] Automatically apply timeoutMS URI option to every operation

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Fixed
    • Priority: Unknown
    • 4.2
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The CSOT spec introduces the timeoutMS URI and keyword arg MongoClient option:

      >>> client = MongoClient('mongodb://localhost/?timeoutMS=5500')
      >>> client.options.timeout
      5.5
      

      We need to automatically apply this timeout to every operation by default. Note this option overrides serverSelectionTimeoutMS, connectTimeoutMS, socketTimeoutMS, and waitQueueTimeoutMS.

            Assignee:
            Shane Harvey
            Reporter:
            Shane Harvey
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: