I was just reading through
|
if params.BlockSizeParams.MaxBytes > maxBlockSizeBytes { |
in order to write tests and noticed that the maximum hard limit is an unexposed constant that doesn't seem to be documented anywhere. Perhaps we should document this hardlimit.