Skip to content

Commit

Permalink
max block re-ordering increase
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemaster committed Sep 1, 2015
1 parent 0abd6a6 commit fb8d17b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/chain/include/graphene/chain/fork_database.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion libraries/fc

0 comments on commit fb8d17b

Please sign in to comment.