Merge branch 'dev' into pre
This commit is contained in:
commit
f85cf646f9
|
|
@ -36,14 +36,14 @@ var CacheKeyMap = map[CacheKey]time.Duration{
|
||||||
CmbProductQueryLockKey: 30 * time.Second,
|
CmbProductQueryLockKey: 30 * time.Second,
|
||||||
CmbBatchNoticeCacheKey: 21600 * time.Second, // 6小时
|
CmbBatchNoticeCacheKey: 21600 * time.Second, // 6小时
|
||||||
CmbBatchNoticeLockKey: 300 * time.Second,
|
CmbBatchNoticeLockKey: 300 * time.Second,
|
||||||
OrderConsumeFailAlarmKey: 3600 * time.Second, // 1小时
|
OrderConsumeFailAlarmKey: 2 * time.Hour, // 2小时
|
||||||
OrderConsumeFailAlarmLockKey: 60 * time.Second,
|
OrderConsumeFailAlarmLockKey: 60 * time.Second,
|
||||||
NotifyRetryConsume: 60 * time.Second,
|
NotifyRetryConsume: 60 * time.Second,
|
||||||
WechatNotifyRegisterTagCacheKey: 5 * 86400 * time.Second, // 5天
|
WechatNotifyRegisterTagCacheKey: 30 * 86400 * time.Second, // 5天
|
||||||
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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue