This commit is contained in:
ziming 2025-07-01 18:08:33 +08:00
parent f9d5511a91
commit ee77d285fa
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ var CacheKeyMap = map[CacheKey]time.Duration{
ProductQueryKey: 30 * 86400 * time.Second, // 30天 ProductQueryKey: 30 * 86400 * time.Second, // 30天
ProductQueryLockKey: 30 * time.Second, ProductQueryLockKey: 30 * time.Second,
WarningBudgetSendIncr: 2 * time.Hour, WarningBudgetSendIncr: 3 * time.Hour,
} }
type Cache struct { type Cache struct {