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 #159 from Nike-Inc/bugfix/increase_kms_encrypt_tim…
Browse files Browse the repository at this point in the history
…eout

Increase Hystrix timeout for KMS Encrypt
  • Loading branch information
sdford authored May 22, 2018
2 parents 6b879a0 + f6f3fa4 commit a78b521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/cms.conf
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ c3p0.preferredTestQuery=SELECT 1

# Default AWS limit was 1200 shared as of Aug 2017
hystrix.threadpool.KmsEncryptDecrypt.coreSize=1000
hystrix.command.KmsEncryptDecrypt.execution.isolation.thread.timeoutInMilliseconds=3000
hystrix.command.KmsEncrypt.execution.isolation.thread.timeoutInMilliseconds=3000

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

0 comments on commit a78b521

Please sign in to comment.