Reduced cache size a bit

pull/5/head
SChernykh 3 years ago
parent 8f1875315c
commit 715c0d4e14

@ -23,7 +23,7 @@
static constexpr char log_category_prefix[] = "BlockCache ";
static constexpr uint32_t BLOCK_SIZE = 96 * 1024;
static constexpr uint32_t NUM_BLOCKS = 5120;
static constexpr uint32_t NUM_BLOCKS = 4608;
static constexpr uint32_t CACHE_SIZE = BLOCK_SIZE * NUM_BLOCKS;
static constexpr char cache_name[] = "p2pool.cache";

Loading…
Cancel
Save