aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/feature-controlloop-trans/src/main/feature/config/feature-controlloop-trans.properties
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2018-05-22 11:47:41 -0500
committerJorge Hernandez <jh1730@att.com>2018-05-22 11:47:41 -0500
commit5b3f1e43878c72d04deff9b36635795ca88f458c (patch)
tree02d006915b8ee36d2a9986a9feefb9c7ca143d9d /controlloop/common/feature-controlloop-trans/src/main/feature/config/feature-controlloop-trans.properties
parent3fcc2a7a85e885b2807d08d820e3c716185a7710 (diff)
reduce transaction cache size
- reduce memory footprint - avoid verbose logging from cache when the object is not in the cache to invalidate it. Change-Id: I819cfbcfe32f5afdd238397c79ccd5cebd4534b8 Issue-ID: POLICY-852 Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to 'controlloop/common/feature-controlloop-trans/src/main/feature/config/feature-controlloop-trans.properties')
-rw-r--r--controlloop/common/feature-controlloop-trans/src/main/feature/config/feature-controlloop-trans.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/controlloop/common/feature-controlloop-trans/src/main/feature/config/feature-controlloop-trans.properties b/controlloop/common/feature-controlloop-trans/src/main/feature/config/feature-controlloop-trans.properties
index af34a955f..7744defa4 100644
--- a/controlloop/common/feature-controlloop-trans/src/main/feature/config/feature-controlloop-trans.properties
+++ b/controlloop/common/feature-controlloop-trans/src/main/feature/config/feature-controlloop-trans.properties
@@ -17,5 +17,5 @@
# limitations under the License.
# ============LICENSE_END=========================================================
###
-controlloop.cache.transactions.size=500
-controllop.cache.transactions.timeout.seconds=3600
+controlloop.cache.transactions.size=100
+controllop.cache.transactions.timeout.seconds=1800