From 68d5dbc919ac1357a7ae6f4d24ad7d27b4d7b215 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Tue, 11 Jun 2024 16:27:21 +0200 Subject: [PATCH] wip --- include/util/query_heap.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/util/query_heap.hpp b/include/util/query_heap.hpp index 1a263a180..09ac8cc7f 100644 --- a/include/util/query_heap.hpp +++ b/include/util/query_heap.hpp @@ -40,7 +40,7 @@ template class UnorderedMapStorage explicit UnorderedMapStorage(std::size_t) { #ifdef USE_ANKERL - nodes.rehash(500); + nodes.rehash(2000); #else nodes.rehash(1000); #endif