From cdd352a26a927955767e7811f9c254a5d3c8a06d Mon Sep 17 00:00:00 2001 From: "Kishore Reddy, Gujja (kg811t)" Date: Tue, 1 May 2018 13:32:42 -0400 Subject: Updated readme notes Issue-ID: PORTAL-254 portal/SDK release 2.3.0, domain, sdk aaf modules Change-Id: I426c210d9465341590851325491e46a79eea6909 Signed-off-by: Kishore Reddy, Gujja (kg811t) --- ecomp-sdk/epsdk-app-os/README.md | 4 ++++ ecomp-sdk/epsdk-app-os/src/main/resources/music.properties | 5 +++++ 2 files changed, 9 insertions(+) (limited to 'ecomp-sdk/epsdk-app-os') diff --git a/ecomp-sdk/epsdk-app-os/README.md b/ecomp-sdk/epsdk-app-os/README.md index a6a748f4..c61ebe63 100644 --- a/ecomp-sdk/epsdk-app-os/README.md +++ b/ecomp-sdk/epsdk-app-os/README.md @@ -12,10 +12,14 @@ like Apache Tomcat. Eclipse users must install the M2E-WTP connector, see https://www.eclipse.org/m2e-wtp/ ## Release Notes +Version 2.3.0 +- PORTAL 254 ECOMP AAF jar + Version 2.2.0 - PORTAL 136 Junits for SDK - PORTAL 87 hibernate mapping in epsdk-overlay forces use of analytics dependency jar - PORTAL 155 Review security issues: portal +- PORTAL-202 Remove files that have GPL or other license issues Version 2.1.0 - PORTAL 161 Refer epsdk-app-common diff --git a/ecomp-sdk/epsdk-app-os/src/main/resources/music.properties b/ecomp-sdk/epsdk-app-os/src/main/resources/music.properties index 635ccb50..e30f3855 100644 --- a/ecomp-sdk/epsdk-app-os/src/main/resources/music.properties +++ b/ecomp-sdk/epsdk-app-os/src/main/resources/music.properties @@ -17,6 +17,11 @@ music.session.max.inactive.interval.seconds = 1800 #By default it's eventual music.atomic.get = false music.atomic.put = false +#clean up duration & threshold (hour) +#how often the session clean up would happen +music.cleanup.frequency = 6 +#how old of session need to clean up +music.cleanup.threshold = 10 cassandra.host=135.197.226.103 zookeeper.host=135.197.226.103, 135.197.226.108, 135.197.226.119 -- cgit 1.2.3-korg