Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #161 from Nike-Inc/increase_kms_create_key_timeout
Browse files Browse the repository at this point in the history
Increase timeout for KMS create key calls
  • Loading branch information
sdford authored May 25, 2018
2 parents 60ee768 + c4aed09 commit f757838
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/cms.conf
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ hystrix.command.KmsEncrypt.execution.isolation.thread.timeoutInMilliseconds=3000

# Default AWS limit was 5 as of Aug 2017
hystrix.threadpool.KmsCreateKey.coreSize=5
hystrix.command.KmsCreateKey.execution.isolation.thread.timeoutInMilliseconds=2000

# Default AWS limit was 5 as of Aug 2017
hystrix.threadpool.KmsCreateAlias.coreSize=5
Expand Down

0 comments on commit f757838

Please sign in to comment.