Skip to content

Commit

Permalink
dbft: tune MaxBlock* parameters (#688)
Browse files Browse the repository at this point in the history
Follow ExecFeeFactor changes for MaxBlockSystemFee and make it possible to fit
5K transactions into the block. Related to neo-project/neo-node#850.

Co-authored-by: Owen Zhang <[email protected]>
  • Loading branch information
roman-khimov and superboyiii authored Mar 17, 2022
1 parent 72bde5d commit e2cd269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DBFTPlugin/DBFTPlugin/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"IgnoreRecoveryLogs": false,
"AutoStart": false,
"Network": 860833102,
"MaxBlockSize": 262144,
"MaxBlockSystemFee": 900000000000
"MaxBlockSize": 2097152,
"MaxBlockSystemFee": 100000000000
}
}

0 comments on commit e2cd269

Please sign in to comment.