From c1d15aeabed6665ecc0a3495b7d6b1eec71e440b Mon Sep 17 00:00:00 2001 From: "crypro.zoidberg" Date: Thu, 9 May 2019 14:27:28 +0200 Subject: [PATCH] enabled db cache --- src/common/db_abstract_accessor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/db_abstract_accessor.h b/src/common/db_abstract_accessor.h index 4568c3bc..61126293 100644 --- a/src/common/db_abstract_accessor.h +++ b/src/common/db_abstract_accessor.h @@ -695,8 +695,8 @@ namespace tools typedef basic_key_value_accessor base_class; - //typedef epee::misc_utils::cache_with_write_isolation, 10000> cache_container_type; - typedef epee::misc_utils::cache_dummy, 100000> cache_container_type; + typedef epee::misc_utils::cache_with_write_isolation, 10000> cache_container_type; + //typedef epee::misc_utils::cache_dummy, 100000> cache_container_type; mutable cache_container_type m_cache;