ouroboros-network
ouroboros-network copied to clipboard
Default configuration values
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(P2Pis a promoted type, so let's use a boolean)
When updating cardano-node, default values are used in two places: the POM module and the tests (eExpectedConfig).