From b4354d5975444d8944d492f659d5a9996335e0f2 Mon Sep 17 00:00:00 2001 From: xupei Date: Wed, 13 May 2026 11:12:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E5=90=88=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/ai/da/common/constant/CommonConstant.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/ai/da/common/constant/CommonConstant.java b/src/main/java/com/ai/da/common/constant/CommonConstant.java index 9f7ac8bc..b3f7e4d8 100644 --- a/src/main/java/com/ai/da/common/constant/CommonConstant.java +++ b/src/main/java/com/ai/da/common/constant/CommonConstant.java @@ -13,8 +13,9 @@ public class CommonConstant { public static final Integer MINIO_IMAGE_EXPIRE_TIME = 24 * 60; // 单位 秒 一天过期 in redis public static final Long GENERATE_RESULT_EXPIRE_TIME = 24 * 60 * 60L; - // 单位 秒 7天过期 - public static final Long REDIS_SET_EXPIRE_TIME = 24 * 60 * 60 * 7L; + // 单位 秒 7天过期 (todo 测试状态下 3小时过期) +// public static final Long REDIS_SET_EXPIRE_TIME = 24 * 60 * 60 * 7L; + public static final Long REDIS_SET_EXPIRE_TIME = 3 * 60 * 60L; public static class Numbers{ public static final Integer NUMBER_10 = 10;