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

Commit

Permalink
Increase timeout for KMS create key calls
Browse files Browse the repository at this point in the history
  • Loading branch information
sdford committed May 24, 2018
1 parent 60ee768 commit c4aed09
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 c4aed09

Please sign in to comment.