From 896cbb08426e4a1c47780806dd69a58f6a9d9c15 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Sat, 17 Oct 2020 19:24:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E7=BC=93=E5=AD=98=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/ehcache/ehcache-shiro.xml | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) 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