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 c0b3950 commit 5b684aaCopy full SHA for 5b684aa
driver/src/test/java/org/neo4j/driver/v1/util/cc/ClusterRule.java
@@ -43,7 +43,7 @@ public class ClusterRule extends ExternalResource
43
44
// todo: should be possible to configure (dynamically add/remove) cores and read replicas
45
private static final int CORE_COUNT = 3;
46
- private static final int READ_REPLICA_COUNT = 2;
+ private static final int READ_REPLICA_COUNT = 1;
47
48
public Cluster getCluster()
49
{
0 commit comments