From 949940dca68821a413a70b04c5da2adc7b1a95f8 Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Sat, 17 Jan 2026 13:59:18 +0800 Subject: [PATCH] =?UTF-8?q?chore(cache):=20=E7=BC=93=E5=AD=98=E8=BF=87?= =?UTF-8?q?=E6=9C=9F=E6=97=B6=E9=97=B4=E4=BB=8E7=E5=A4=A9=E6=94=B9?= =?UTF-8?q?=E4=B8=BA3=E5=B0=8F=E6=97=B6=EF=BC=8C=E6=9D=A5=E5=87=8F?= =?UTF-8?q?=E5=B0=91=E8=AE=BE=E7=BD=AE=E7=AD=89=E5=BE=85=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/.env.development | 2 +- src/.env.production | 2 +- src/.env.staging | 2 +- src/.env.test | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/.env.development b/src/.env.development index 316e15642..04c26ec02 100644 --- a/src/.env.development +++ b/src/.env.development @@ -21,4 +21,4 @@ DEBUG = true HOST = redis PORT = 6379 PASSWORD = 'luckyshop123!@#' -EXPIRY = 604800 \ No newline at end of file +EXPIRY = 10800 \ No newline at end of file diff --git a/src/.env.production b/src/.env.production index fee5f0908..3408180c0 100644 --- a/src/.env.production +++ b/src/.env.production @@ -22,4 +22,4 @@ DEBUG = false HOST = redis PORT = 6379 PASSWORD = 'luckyshop123!@#' -EXPIRY = 604800 \ No newline at end of file +EXPIRY = 10800 \ No newline at end of file diff --git a/src/.env.staging b/src/.env.staging index 316e15642..04c26ec02 100644 --- a/src/.env.staging +++ b/src/.env.staging @@ -21,4 +21,4 @@ DEBUG = true HOST = redis PORT = 6379 PASSWORD = 'luckyshop123!@#' -EXPIRY = 604800 \ No newline at end of file +EXPIRY = 10800 \ No newline at end of file diff --git a/src/.env.test b/src/.env.test index 316e15642..04c26ec02 100644 --- a/src/.env.test +++ b/src/.env.test @@ -21,4 +21,4 @@ DEBUG = true HOST = redis PORT = 6379 PASSWORD = 'luckyshop123!@#' -EXPIRY = 604800 \ No newline at end of file +EXPIRY = 10800 \ No newline at end of file