From f6f3fa45e8cbed0dd1f61324dbe6162a10976f3f Mon Sep 17 00:00:00 2001 From: Shaun Ford Date: Mon, 21 May 2018 13:55:23 -0700 Subject: [PATCH] Fix KMS encrypt timeout system property name --- src/main/resources/cms.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/cms.conf b/src/main/resources/cms.conf index d8d771f27..6d0200715 100644 --- a/src/main/resources/cms.conf +++ b/src/main/resources/cms.conf @@ -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