Skip to content

Commit 5b684aa

Browse files
author
Zhen
committed
Changed read-replica size to 1 to avoid boltkit errors to start cluster
1 parent c0b3950 commit 5b684aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/src/test/java/org/neo4j/driver/v1/util/cc/ClusterRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class ClusterRule extends ExternalResource
4343

4444
// todo: should be possible to configure (dynamically add/remove) cores and read replicas
4545
private static final int CORE_COUNT = 3;
46-
private static final int READ_REPLICA_COUNT = 2;
46+
private static final int READ_REPLICA_COUNT = 1;
4747

4848
public Cluster getCluster()
4949
{

0 commit comments

Comments
 (0)