From 068a1da098166de3bda4ac41aff961068b35135f Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Tue, 11 Jun 2024 09:14:57 +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 9c65dd586..1a263a180 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(1000); + nodes.rehash(500); #else nodes.rehash(1000); #endif