mirror of
https://github.com/SChernykh/p2pool.git
synced 2025-01-22 02:14:30 +00:00
Reduced cache size a bit
This commit is contained in:
parent
8f1875315c
commit
715c0d4e14
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue