mirror of
https://github.com/armink/FlashDB.git
synced 2026-08-17 17:11:50 +08:00
[fdb] update FDB_SECTOR_CACHE_TABLE_SIZE to 8
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user