IntersectMBO / ouroboros-consensus

Implementation of a Consensus Layer for the Ouroboros family of protocols
https://ouroboros-consensus.cardano.intersectmbo.org
Apache License 2.0
36 stars 23 forks source link

Unify the LMDB limits in node and in cardano-tools #1324

Open jasagredo opened 4 days ago

jasagredo commented 4 days ago

The LMDB limits are replicated in unstable-cardano-tools and in cardano-node, because we didn't want to impose limits on the node, but we need those to re-open the snapshots, so we copy-pasted the values from the node. But as Alex suggests here we could just upstream this into ouroboros-consensus.