diff --git a/ruoyi-admin/src/main/resources/ehcache/ehcache-shiro.xml b/ruoyi-admin/src/main/resources/ehcache/ehcache-shiro.xml index 72469e13a..7e5970a90 100644 --- a/ruoyi-admin/src/main/resources/ehcache/ehcache-shiro.xml +++ b/ruoyi-admin/src/main/resources/ehcache/ehcache-shiro.xml @@ -28,7 +28,7 @@ timeToIdleSeconds="600" timeToLiveSeconds="0" overflowToDisk="false" - statistics="true"> + statistics="false"> @@ -39,7 +39,7 @@ diskPersistent="false" timeToLiveSeconds="0" timeToIdleSeconds="0" - statistics="true"> + statistics="false"> @@ -47,7 +47,7 @@ maxEntriesLocalHeap="1000" eternal="true" overflowToDisk="true" - statistics="true"> + statistics="false"> @@ -55,7 +55,7 @@ maxEntriesLocalHeap="1000" eternal="true" overflowToDisk="true" - statistics="true"> + statistics="false"> @@ -63,19 +63,18 @@ maxEntriesLocalHeap="1000" eternal="true" overflowToDisk="true" - statistics="true"> + statistics="false"> - + statistics="false"/> \ No newline at end of file