Project

General

Profile

« Previous | Next » 

Revision 81ae1883

Added by Andreas Müller over 1 year ago

ref #10077 remove statistics setting from ehCache config as it is deprectated

Signed-off-by: Andreas Müller a.mueller@bgbm.org

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/cache/CdmCacherBase.java
80 80
                .eternal(false)
81 81
                // default ttl and tti set to 2 hours
82 82
                .timeToLiveSeconds(60*60*2)
83
                .timeToIdleSeconds(60*60*2)
84
                .statistics(true);
83
                .timeToIdleSeconds(60*60*2);
85 84

  
86 85
        return cc;
87 86
    }

Also available in: Unified diff