blk: Increase cache element size
[oweals/u-boot.git] / drivers / block / blkcache.c
index 294511fcdb596796e9f3418734eee6822aa62a9b..1fa64989d3f2fcc5c9e0b3e6991f72b1fc5d96d5 100644 (file)
@@ -24,7 +24,7 @@ struct block_cache_node {
 static LIST_HEAD(block_cache);
 
 static struct block_cache_stats _stats = {
-       .max_blocks_per_entry = 2,
+       .max_blocks_per_entry = 8,
        .max_entries = 32
 };