We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c8bdcf commit ff843e6Copy full SHA for ff843e6
src/main/java/org/minbox/framework/mongo/client/setting/ClusterSettings.java
@@ -14,8 +14,8 @@
14
@Data
15
public class ClusterSettings {
16
private ClusterConnectionMode mode;
17
- private ClusterType requiredClusterType;
+ private ClusterType requiredClusterType = ClusterType.UNKNOWN;
18
private String requiredReplicaSetName;
19
- private long localThresholdMilliSeconds;
20
- private long serverSelectionTimeoutMilliSeconds;
+ private long localThresholdMilliSeconds = 15;
+ private long serverSelectionTimeoutMilliSeconds = 30000;
21
}
0 commit comments