mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-03-02 17:16:00 +00:00
Merge pull request #267 from rog1121/Fix-Block-Size
Increase Default Block Max Size
This commit is contained in:
commit
c8b586be1b
@ -31,7 +31,7 @@ static const unsigned int MAX_BLOCK_SIZE = 1000000; // 1000
|
||||
/** Obsolete: maximum size for mined blocks */
|
||||
static const unsigned int MAX_BLOCK_SIZE_GEN = MAX_BLOCK_SIZE/2; // 500KB block soft limit
|
||||
/** Default for -blockmaxsize, maximum size for mined blocks **/
|
||||
static const unsigned int DEFAULT_BLOCK_MAX_SIZE = 250000;
|
||||
static const unsigned int DEFAULT_BLOCK_MAX_SIZE = 500000;
|
||||
/** Default for -blockprioritysize, maximum space for zero/low-fee transactions **/
|
||||
static const unsigned int DEFAULT_BLOCK_PRIORITY_SIZE = 17000;
|
||||
/** The maximum size for transactions we're willing to relay/mine */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user