summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-os
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-sdk/epsdk-app-os')
-rw-r--r--ecomp-sdk/epsdk-app-os/README.md4
-rw-r--r--ecomp-sdk/epsdk-app-os/src/main/resources/music.properties5
2 files changed, 9 insertions, 0 deletions
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