소스 검색

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

Wendal Chen 3 년 전
부모
커밋
f1f4edde1a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 */