This commit is contained in:
xing 2023-10-26 21:45:02 +08:00
parent 876a81c062
commit f0c1744998

View File

@ -77,7 +77,7 @@ func InitActionsCommonCache() {
commentsFeedCache = cache.NewVarCache(commentsFeed, time.Hour)
newCommentCache = cachemanager.NewMemoryMapCache[string, string](nil, nil, 15*time.Minute, "feed-NewComment")
newCommentCache = cachemanager.NewMemoryMapCache[string, string](nil, nil, 15*time.Minute, "NewComment")
InitFeed()
}