File tree Expand file tree Collapse file tree
mozu-java-sdk/src/main/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ jcs.default=
33jcs.default.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes
44jcs.default.cacheattributes.MaxObjects=1000
55jcs.default.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache
6- jcs.default.cacheattributes.UseMemoryShrinker=false
6+ jcs.default.cacheattributes.UseMemoryShrinker=true
77jcs.default.cacheattributes.MaxMemoryIdleTimeSeconds=3600
88jcs.default.cacheattributes.ShrinkerIntervalSeconds=60
99jcs.default.elementattributes=org.apache.jcs.engine.ElementAttributes
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ dependencies {
7070 compile (' log4j:log4j:1.2.17' )
7171
7272
73- testCompile group : ' junit' , name : ' junit' , version : ' 4.+ '
73+ testCompile group : ' junit' , name : ' junit' , version : ' 4.12 '
7474}
7575
7676test {
You can’t perform that action at this time.
0 commit comments