-
-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
Lines 277 to 279 in 2601bb0
if item.hasExpiration() { | |
c.expManager.update(key, item.Expiration) | |
} |
After some pprof job, I believe this line make memory leaks as this would not checking lru cache capacity before doing heap push.
Metadata
Metadata
Assignees
Labels
No labels