fix
This commit is contained in:
parent
876a81c062
commit
f0c1744998
2
app/pkg/cache/cache.go
vendored
2
app/pkg/cache/cache.go
vendored
|
@ -77,7 +77,7 @@ func InitActionsCommonCache() {
|
||||||
|
|
||||||
commentsFeedCache = cache.NewVarCache(commentsFeed, time.Hour)
|
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()
|
InitFeed()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user