From 541c46979f12be87e4cfb1b5192c90e9f335be01 Mon Sep 17 00:00:00 2001 From: ZZ Date: Fri, 3 Sep 2021 11:53:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=A4=E6=AC=A1=E5=90=AF=E5=8A=A8=E6=8C=87?= =?UTF-8?q?=E4=BB=A4=E9=97=B4=E9=9A=943=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/xhpc/pp/utils/security/CacheDataUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xhpc-modules/xhpc-power-pile/src/main/java/com/xhpc/pp/utils/security/CacheDataUtils.java b/xhpc-modules/xhpc-power-pile/src/main/java/com/xhpc/pp/utils/security/CacheDataUtils.java index 59589acf..4bf71415 100644 --- a/xhpc-modules/xhpc-power-pile/src/main/java/com/xhpc/pp/utils/security/CacheDataUtils.java +++ b/xhpc-modules/xhpc-power-pile/src/main/java/com/xhpc/pp/utils/security/CacheDataUtils.java @@ -57,7 +57,7 @@ public class CacheDataUtils { if (HORI != null) { return true; } - REDIS.setCacheObject(hori, "protection film", 300L, TimeUnit.MILLISECONDS); + REDIS.setCacheObject(hori, "protection film", 3000L, TimeUnit.MILLISECONDS); return false; }