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

Commit

Permalink
Fix KMS encrypt timeout system property name
Browse files Browse the repository at this point in the history
  • Loading branch information
sdford committed May 21, 2018
1 parent 6b879a0 commit f6f3fa4
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 f6f3fa4

Please sign in to comment.