Skip to content

Commit

Permalink
fix-kms-connections-config-2: Set kms max acquisition timeout configu…
Browse files Browse the repository at this point in the history
…ration (#94)
  • Loading branch information
galales authored Oct 6, 2023
1 parent a707083 commit 662d545
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ interop-commons {
kms {
max-concurrency = 1024
max-concurrency = ${?KMS_MAX_CONCURRENCY}
max-acquisition-timeout = "10 seconds"
max-acquisition-timeout = ${?KMS_MAX_ACQUISITION_TIMEOUT}
}

jwt {
Expand Down
1 change: 1 addition & 0 deletions src/test/resources/application-test.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ interop-commons {

kms {
max-concurrency = 1024
max-acquisition-timeout = "10 seconds"
}

jwt {
Expand Down

0 comments on commit 662d545

Please sign in to comment.