Skip to content

Commit

Permalink
Merge 3.1 into 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaDemianenko committed May 16, 2017
2 parents 3d7f424 + c6e4d6a commit 4da5424
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -373,7 +373,7 @@ private void importRelationships( NodeRelationshipCache nodeRelationshipCache,

private static Configuration configWithRecordsPerPageBasedBatchSize( Configuration source, RecordStore<?> store )
{
return Configuration.withBatchSize( source, store.getRecordsPerPage() * 100 );
return Configuration.withBatchSize( source, store.getRecordsPerPage() * 10 );
}

private void executeStage( Stage stage )
Expand Down

0 comments on commit 4da5424

Please sign in to comment.