max block re-ordering increase
This commit is contained in:
parent
0abd6a699b
commit
fb8d17bb4b
2 changed files with 2 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ namespace graphene { namespace chain {
|
|||
public:
|
||||
typedef vector<item_ptr> branch_type;
|
||||
/// The maximum number of blocks that may be skipped in an out-of-order push
|
||||
const static int MAX_BLOCK_REORDERING = 32;
|
||||
const static int MAX_BLOCK_REORDERING = 1024;
|
||||
|
||||
fork_database();
|
||||
void reset();
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 80d967a70d21d26d27ef3a1544a177925b2a7bbe
|
||||
Subproject commit 71be796af50c407281a40e61e4199a87e0a19314
|
||||
Loading…
Reference in a new issue