Skip to content

Commit 9e5480f

Browse files
BenHuddlestondaverigby
authored andcommitted
Fix ExpiryPagerComment
It incorrectly states that the task purges expired items from disk. Change-Id: I4e0f18c81b6392d146c66cbda4838555fd09667f Reviewed-on: http://review.couchbase.org/c/kv_engine/+/163982 Tested-by: Dave Rigby <[email protected]> Reviewed-by: Dave Rigby <[email protected]>
1 parent 3bde439 commit 9e5480f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

engines/ep/src/item_pager.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,9 @@ class ItemPager : public GlobalTask {
132132
};
133133

134134
/**
135-
* Dispatcher job responsible for purging expired items from
136-
* memory and disk.
135+
* Dispatcher job responsible for expiring items currently stored in memory. The
136+
* act of expiring (deleting) the item generally results in the deletion of the
137+
* items value which saves memory and disk space.
137138
*/
138139
class ExpiredItemPager : public GlobalTask,
139140
public std::enable_shared_from_this<ExpiredItemPager> {

0 commit comments

Comments
 (0)