[fdb] update FDB_SECTOR_CACHE_TABLE_SIZE to 8

This commit is contained in:
朱天龙 (Armink) 2023-05-28 19:01:06 +08:00
parent 7451fbbdbe
commit 55fd31eeb3
1 changed files with 1 additions and 1 deletions

View File

@ -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)