We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a8667 commit bba86faCopy full SHA for bba86fa
ouroboros-consensus-cardano/src/shelley/Ouroboros/Consensus/Shelley/Ledger/Mempool.hs
@@ -417,7 +417,7 @@ blockTxCapacityConway _cfg st =
417
, refScriptsSize =
418
-- TODO use maxRefScriptSizePerBlock from
419
-- https://github.com/IntersectMBO/cardano-ledger/pull/4450
420
- SizeInBytes $ 2560 * 1024 -- 2.5 MB
+ SizeInBytes $ 5 * 512 * 1024 -- 2.5 mebibytes
421
}
422
423
instance ( ShelleyCompatible p (ConwayEra c)
0 commit comments