1
0
mirror of https://github.com/armink/FlashDB.git synced 2025-01-16 20:12:52 +08:00

[kvdb] Update the default KV cache table size to 64.

This commit is contained in:
armink 2021-04-15 22:53:48 +08:00
parent 16b41780dd
commit 7d4517598a

View File

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