[JAVA-731] Make system properties used by replica set background thread configurable via MongoClientOptions Created: 14/Jan/13  Updated: 07/Mar/14  Resolved: 04/Dec/13

Status: Closed
Project: Java Driver
Component/s: API
Affects Version/s: 2.10.1
Fix Version/s: None

Type: Improvement Priority: Major - P3
Reporter: Jeffrey Yemin Assignee: Unassigned
Resolution: Duplicate Votes: 1
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Depends
Duplicate
duplicates JAVA-1015 Allow configuration of heartbeat back... Closed

 Description   

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"));



 Comments   
Comment by Jeffrey Yemin [ 04/Dec/13 ]

Duplicates JAVA-763

Generated at Thu Feb 08 08:52:56 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.