Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-731

Make system properties used by replica set background thread configurable via MongoClientOptions

    • Type: Icon: Improvement Improvement
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 2.10.1
    • Component/s: API
    • Labels:
      None

      Candidate for inclusion are:

      System.getProperty("com.mongodb.updaterIntervalMS", "5000"));
      System.getProperty("com.mongodb.updaterIntervalNoMasterMS", "10"));
      System.getProperty("com.mongodb.updaterConnectTimeoutMS", "20000"));
      System.getProperty("com.mongodb.updaterSocketTimeoutMS", "20000"));
      System.getProperty("com.mongodb.latencySmoothFactor", "4"));
      System.getProperty("com.mongodb.slaveAcceptableLatencyMS", "15"));
      System.getProperty("com.mongodb.inetAddrCacheMS", "300000"));
      

            Assignee:
            Unassigned Unassigned
            Reporter:
            jeff.yemin@mongodb.com Jeffrey Yemin
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: