Browse Source

revert: fdb的cache只需要几百字节, 还是开着吧

Wendal Chen 3 years ago
parent
commit
f1f4edde1a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/flashdb/inc/fdb_def.h

+ 1 - 1
components/flashdb/inc/fdb_def.h

@@ -27,7 +27,7 @@ extern "C" {
 
 /* the KV cache table size, it will improve KV search speed when using cache */
 #ifndef FDB_KV_CACHE_TABLE_SIZE
-#define FDB_KV_CACHE_TABLE_SIZE        0
+#define FDB_KV_CACHE_TABLE_SIZE        64
 #endif
 
 /* the sector cache table size, it will improve KV save speed when using cache */