Skip to content

Commit

Permalink
PI-2619 Reduce batch size for incremental logstash pipelines (#4425)
Browse files Browse the repository at this point in the history
* PI-2619 Reduce batch size for incremental logstash pipelines

* Formatting changes

---------

Co-authored-by: probation-integration-bot[bot] <177347787+probation-integration-bot[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 3e11a25 commit b1fe5a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ api.http.host: 0.0.0.0
config.reload.automatic: true
config.support_escapes: true
dead_letter_queue.enable: true
pipeline.batch.size: ${PIPELINE_BATCH_SIZE:100}
pipeline.batch.size: ${PIPELINE_BATCH_SIZE:10}

0 comments on commit b1fe5a1

Please sign in to comment.