diff --git a/src/main/java/be/vlaanderen/informatievlaanderen/ldes/gitb/ldio/pipeline/ValidationPipelineSupplier.java b/src/main/java/be/vlaanderen/informatievlaanderen/ldes/gitb/ldio/pipeline/ValidationPipelineSupplier.java index e40951a..70c200c 100644 --- a/src/main/java/be/vlaanderen/informatievlaanderen/ldes/gitb/ldio/pipeline/ValidationPipelineSupplier.java +++ b/src/main/java/be/vlaanderen/informatievlaanderen/ldes/gitb/ldio/pipeline/ValidationPipelineSupplier.java @@ -31,7 +31,7 @@ public LdioPipeline getValidationPipeline() { List.of(new LdioRepositorySinkBuilder() .withSparqlHost(sparqlHost) .withRepositoryId(pipelineName) - .withBatchSize(1) + .withBatchSize(250) .build()) ); } diff --git a/src/test/resources/ldio-pipeline.json b/src/test/resources/ldio-pipeline.json index 22dd088..ad56a3c 100644 --- a/src/test/resources/ldio-pipeline.json +++ b/src/test/resources/ldio-pipeline.json @@ -20,7 +20,7 @@ "config": { "sparql-host": "http://my-sparql-host.net", "repository-id": "validation-pipeline-test-pipeline-uuid", - "batch-size": 1 + "batch-size": 250 } } ]