We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71a0c2a + 67a60c2 commit e803b68Copy full SHA for e803b68
src/core/search/range_tree.h
@@ -40,7 +40,7 @@ class RangeTree {
40
using Map = absl::btree_map<Key, RangeBlock, std::less<Key>,
41
PMR_NS::polymorphic_allocator<std::pair<const Key, RangeBlock>>>;
42
43
- static constexpr size_t kDefaultMaxRangeBlockSize = 7000;
+ static constexpr size_t kDefaultMaxRangeBlockSize = 500000;
44
static constexpr size_t kBlockSize = 400;
45
46
explicit RangeTree(PMR_NS::memory_resource* mr,
0 commit comments