Default configuration values #4874
Labels
diffusion
Issues / PRs related to diffusion layer
high-priority
high priority issues / PRs
technical debt
This is a follow-up on #4805:
pncProtocolIdleTimeout = 5 :: DiffTime
pncTimeWaitTimeout = 60 :: DiffTime
defaultDiffusionMode = InitiatorAndResponderMode
(currently it's there but a wrong type)defaultP2PMode = True
(P2P
is a promoted type, so let's use a boolean)When updating
cardano-node
, default values are used in two places: thePOM
module and the tests (eExpectedConfig
).The text was updated successfully, but these errors were encountered: