request.WithTimeout

This commit is contained in:
ziming 2025-05-06 11:14:06 +08:00
parent bcd58ef49d
commit da92e535bb
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ var CacheKeyMap = map[CacheKey]time.Duration{
WechatNotifyRegisterTagCacheLockKey: 60 * time.Second, WechatNotifyRegisterTagCacheLockKey: 60 * time.Second,
WechatNotifyConsumeLockKey: 30 * time.Second, WechatNotifyConsumeLockKey: 30 * time.Second,
ProductQueryKey: 5 * 86400 * time.Second, // 5天 ProductQueryKey: 15 * 86400 * time.Second, // 15天
ProductQueryLockKey: 30 * time.Second, ProductQueryLockKey: 30 * time.Second,
} }