[fdb] update FDB_SECTOR_CACHE_TABLE_SIZE to 8
This commit is contained in:
parent
7451fbbdbe
commit
55fd31eeb3
|
@ -32,7 +32,7 @@ extern "C" {
|
|||
|
||||
/* the sector cache table size, it will improve KV save speed when using cache */
|
||||
#ifndef FDB_SECTOR_CACHE_TABLE_SIZE
|
||||
#define FDB_SECTOR_CACHE_TABLE_SIZE 4
|
||||
#define FDB_SECTOR_CACHE_TABLE_SIZE 8
|
||||
#endif
|
||||
|
||||
#if (FDB_KV_CACHE_TABLE_SIZE > 0) && (FDB_SECTOR_CACHE_TABLE_SIZE > 0)
|
||||
|
|
Loading…
Reference in New Issue