diff --git a/app/pkg/cache/cache.go b/app/pkg/cache/cache.go index f8aa08e..d9d323d 100644 --- a/app/pkg/cache/cache.go +++ b/app/pkg/cache/cache.go @@ -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() }