We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a follow-up on #4805:
pncProtocolIdleTimeout = 5 :: DiffTime
pncTimeWaitTimeout = 60 :: DiffTime
defaultDiffusionMode = InitiatorAndResponderMode
defaultP2PMode = True
P2P
When updating cardano-node, default values are used in two places: the POM module and the tests (eExpectedConfig).
cardano-node
POM
eExpectedConfig
The text was updated successfully, but these errors were encountered:
crocodile-dentist
No branches or pull requests
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: