预警8
This commit is contained in:
parent
f9d5511a91
commit
ee77d285fa
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue