Skip to content

Commit

Permalink
test: application-test.yaml에 database async thread pool 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hun-ca committed Jul 18, 2024
1 parent a76ed19 commit dc76e36
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions api/src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,11 @@ discord:
queue-capacity: 30
wait-for-tasks-to-complete-on-shutdown: true
await-termination-seconds: 60

database:
thread-pool:
core-pool-size: 10
max-pool-size: 30
queue-capacity: 70
wait-for-tasks-to-complete-on-shutdown: true
await-termination-seconds: 60

0 comments on commit dc76e36

Please sign in to comment.