ai update.
This commit is contained in:
@@ -8,4 +8,10 @@ var (
|
||||
MemLRUMaxNumber int = 1024
|
||||
MemShardings int = 64
|
||||
RedisShardings int = 256
|
||||
|
||||
// CacheKeyPrefix 缓存键前缀
|
||||
CacheKeyPrefix = "bsm:"
|
||||
|
||||
// DefaultTTL 默认缓存过期时间
|
||||
DefaultTTL = 30 * time.Minute // 30分钟
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user