Skip to content

Commit

Permalink
dbft: tune MaxBlock* parameters
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.
  • Loading branch information
roman-khimov committed Feb 6, 2022
1 parent 456c980 commit 4a8b1dc
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 4a8b1dc

Please sign in to comment.