Skip to content

Commit c8f9b05

Browse files
committed
f
1 parent a94704b commit c8f9b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

be/src/cloud/cloud_tablet_mgr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ CloudTabletMgr::CloudTabletMgr(CloudStorageEngine& engine)
149149
_cache(std::make_unique<LRUCachePolicy>(
150150
CachePolicy::CacheType::CLOUD_TABLET_CACHE, config::tablet_cache_capacity,
151151
LRUCacheType::NUMBER, /*sweep time*/ 0, config::tablet_cache_shards,
152-
/*element_count_capacity*/ 0, /*enable_prune*/ true,
152+
/*element_count_capacity*/ 0, /*enable_prune*/ false,
153153
/*is_lru_k*/ false)) {}
154154

155155
CloudTabletMgr::~CloudTabletMgr() = default;

0 commit comments

Comments
 (0)