Skip to content

Commit

Permalink
IS-256 Experimentally minify cache
Browse files Browse the repository at this point in the history
  • Loading branch information
dimalit committed Aug 16, 2023
1 parent a80663f commit bf2a419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SkaleCommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ static constexpr uint64_t TEST_MAGIC_NUMBER = 0x2456032650150;

static constexpr uint64_t MAX_DEFERRED_QUEUE_SIZE_FOR_BLOCK = 1024;

static const uint64_t KNOWN_TRANSACTIONS_HISTORY = 2 * MAX_TRANSACTIONS_PER_BLOCK;
static const uint64_t MAX_KNOWN_TRANSACTIONS_TOTAL_SIZE = 256 * 1024 * 1024; // 256 MBYTE FOR NOW
static const uint64_t KNOWN_TRANSACTIONS_HISTORY = 100;
static const uint64_t MAX_KNOWN_TRANSACTIONS_TOTAL_SIZE = 1 * 1024 * 1024; // 256 MBYTE FOR NOW

static const uint64_t KNOWN_MSG_HASHES_SIZE = 1024;

Expand Down

0 comments on commit bf2a419

Please sign in to comment.