From ee77d285fabc02008d50482893addabe487eeb9c Mon Sep 17 00:00:00 2001 From: ziming Date: Tue, 1 Jul 2025 18:08:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E8=AD=A68?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/biz/vo/cache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/biz/vo/cache.go b/internal/biz/vo/cache.go index 05ffe31..5029641 100644 --- a/internal/biz/vo/cache.go +++ b/internal/biz/vo/cache.go @@ -48,7 +48,7 @@ var CacheKeyMap = map[CacheKey]time.Duration{ ProductQueryKey: 30 * 86400 * time.Second, // 30天 ProductQueryLockKey: 30 * time.Second, - WarningBudgetSendIncr: 2 * time.Hour, + WarningBudgetSendIncr: 3 * time.Hour, } type Cache struct {