From da92e535bb82aa14e3d0269d1e12b6aacf330243 Mon Sep 17 00:00:00 2001 From: ziming Date: Tue, 6 May 2025 11:14:06 +0800 Subject: [PATCH] request.WithTimeout --- 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 e3977a7..6097065 100644 --- a/internal/biz/vo/cache.go +++ b/internal/biz/vo/cache.go @@ -43,7 +43,7 @@ var CacheKeyMap = map[CacheKey]time.Duration{ WechatNotifyRegisterTagCacheLockKey: 60 * time.Second, WechatNotifyConsumeLockKey: 30 * time.Second, - ProductQueryKey: 5 * 86400 * time.Second, // 5天 + ProductQueryKey: 15 * 86400 * time.Second, // 15天 ProductQueryLockKey: 30 * time.Second, }