Skip to content

Commit

Permalink
16MB mempoolCap.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Shevchenko committed Jan 17, 2020
1 parent fe5744d commit bbd8d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-node/src/Cardano/Node/Run.hs
Expand Up @@ -287,4 +287,4 @@ handleSimpleNode p trace nodeTracers nCli nc = do
_ -> IsNotProducer

increaseMempoolCapacity :: NK.NodeArgs IO peer blk -> NK.NodeArgs IO peer blk
increaseMempoolCapacity args = args { NK.mempoolCap = MempoolCapacityBytes (8000000 :: Word32) }
increaseMempoolCapacity args = args { NK.mempoolCap = MempoolCapacityBytes (16000000 :: Word32) }

0 comments on commit bbd8d11

Please sign in to comment.