Skip to content

Commit

Permalink
Remove enableFastNegativeLookup from rocks
Browse files Browse the repository at this point in the history
Summary: This flag will be removed from cachelib, as it was introduced for rollout purpose and is always true in production now.

Reviewed By: therealgymmy

Differential Revision: D51477965

fbshipit-source-id: 00d409c7c326e2eb9ed732d258da9962524c7206
  • Loading branch information
Hao Wu authored and facebook-github-bot committed Dec 8, 2023
1 parent 03a32af commit bcc3f62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cachelib/adaptor/rocks_secondary_cache/CachelibWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ std::unique_ptr<rocksdb::SecondaryCache> NewRocksCachelibWrapper(
.setMaxWriteRate(opts.maxWriteRate)
.setAdmWriteRate(opts.admissionWriteRate);
}
nvmConfig.enableFastNegativeLookups = true;

config.setCacheSize(opts.volatileSize)
.setCacheName(opts.cacheName)
Expand Down

0 comments on commit bcc3f62

Please sign in to comment.