Skip to content

Commit

Permalink
Merge pull request 'fix: add batch processing envs and set proper def…
Browse files Browse the repository at this point in the history
…aults' (#173) from fix/data-transfer into develop
  • Loading branch information
pavelbannov committed Mar 5, 2025
2 parents ee80abc + c5a745f commit 8056a84
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ spring:
jdbc:
initialize-schema: always
processing:
pageSize: 100
batchSize: 100
pageSize: ${SPRING_BATCH_PROCESSING_PAGE_SIZE:5}
batchSize: ${SPRING_BATCH_PROCESSING_BATCH_SIZE:5}
config:
import:
- "classpath:application-datasource.yml"
Expand Down

0 comments on commit 8056a84

Please sign in to comment.