config: tune max block sysfee/size and number of tx

See neo-project/neo-modules#688, neo-project/neo-node#850 and
neo-project/neo-modules#703.
This commit is contained in:
Roman Khimov 2022-05-03 23:22:48 +03:00
parent 19eb976166
commit 450ca61a4e

View file

@ -1,6 +1,9 @@
ProtocolConfiguration: ProtocolConfiguration:
Magic: 877933390 Magic: 877933390
MaxBlockSize: 2097152
MaxBlockSystemFee: 150000000000
MaxTraceableBlocks: 2102400 MaxTraceableBlocks: 2102400
MaxTransactionsPerBlock: 5000
InitialGASSupply: 52000000 InitialGASSupply: 52000000
SecondsPerBlock: 15 SecondsPerBlock: 15
MemPoolSize: 50000 MemPoolSize: 50000