params: Bump block message limit

This commit is contained in:
Łukasz Magiera 2020-08-07 04:16:05 +02:00
parent 0612c2eab9
commit 617046fc0e

View File

@ -88,7 +88,7 @@ const VerifSigCacheSize = 32000
// Limits
// TODO: If this is gonna stay, it should move to specs-actors
const BlockMessageLimit = 512
const BlockMessageLimit = 10000
const BlockGasLimit = 10_000_000_000
const BlockGasTarget = BlockGasLimit / 2
const BaseFeeMaxChangeDenom = 8 // 12.5%