mirror of
https://github.com/armink/FlashDB.git
synced 2026-08-18 01:17:37 +08:00
[kvdb] Update the default KV cache table size to 64.
This commit is contained in:
+1
-1
@@ -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 16
|
||||
#define FDB_KV_CACHE_TABLE_SIZE 64
|
||||
#endif
|
||||
|
||||
/* the sector cache table size, it will improve KV save speed when using cache */
|
||||
|
||||
Reference in New Issue
Block a user