Skip to content

Commit

Permalink
tuning-kms-connections: KMS max concurrency to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
galales committed Oct 11, 2023
1 parent 662d545 commit 1ea5bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ interop-commons {
isInternetFacing = true

kms {
max-concurrency = 1024
max-concurrency = 100
max-concurrency = ${?KMS_MAX_CONCURRENCY}
max-acquisition-timeout = "10 seconds"
max-acquisition-timeout = ${?KMS_MAX_ACQUISITION_TIMEOUT}
Expand Down

0 comments on commit 1ea5bd8

Please sign in to comment.