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;