Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit bb88473

Browse files
committed
default rel duplicates strategy
1 parent 582873d commit bb88473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/neo4j/graphalgo/core/GraphLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public class GraphLoader {
7878
private int batchSize = ParallelUtil.DEFAULT_BATCH_SIZE;
7979
private int concurrency = Pools.DEFAULT_CONCURRENCY;
8080

81-
private DuplicateRelationshipsStrategy duplicateRelationshipsStrategy;
81+
private DuplicateRelationshipsStrategy duplicateRelationshipsStrategy = DuplicateRelationshipsStrategy.NONE;
8282

8383
private Log log = NullLog.getInstance();
8484
private long logMillis = -1;

0 commit comments

Comments
 (0)