|
|
@@ -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 */
|