Skip to content

Commit

Permalink
MODEXPW-488 - update pool size for test
Browse files Browse the repository at this point in the history
  • Loading branch information
alekGbuz committed Sep 20, 2024
1 parent 02580bf commit 0952868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ application:
job-chunk-size: 2
entities-links-chunk-size: 2
chunks: ${CHUNKS:100}
core-pool-size: ${CORE_POOL_SIZE:1}
max-pool-size: ${MAX_POOL_SIZE:1}
core-pool-size: ${CORE_POOL_SIZE:10}
max-pool-size: ${MAX_POOL_SIZE:10}
folio:
tenant:
validation:
Expand Down

0 comments on commit 0952868

Please sign in to comment.