From 8bd58f9d1d9a5a589de1dbc6aef9f9f5b024bbe3 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Thu, 28 Nov 2013 13:33:26 -1000 Subject: [PATCH] Litecoin: Reduce prioritysize to 17KB --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index a62bebc49..d4af96a69 100644 --- a/src/main.h +++ b/src/main.h @@ -53,7 +53,7 @@ struct CNodeStateStats; static const unsigned int DEFAULT_BLOCK_MAX_SIZE = 750000; static const unsigned int DEFAULT_BLOCK_MIN_SIZE = 0; /** Default for -blockprioritysize, maximum space for zero/low-fee transactions **/ -static const unsigned int DEFAULT_BLOCK_PRIORITY_SIZE = 50000; +static const unsigned int DEFAULT_BLOCK_PRIORITY_SIZE = 17000; /** The maximum size for transactions we're willing to relay/mine */ static const unsigned int MAX_STANDARD_TX_SIZE = 100000; /** The maximum allowed number of signature check operations in a block (network rule) */