ouroboros-network icon indicating copy to clipboard operation
ouroboros-network copied to clipboard

Default configuration values

Open coot opened this issue 1 year ago • 0 comments

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: the POM module and the tests (eExpectedConfig).

coot avatar May 08 '24 06:05 coot