We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0585659 commit 77c974cCopy full SHA for 77c974c
1 file changed
ouroboros-network/lib/Ouroboros/Network/TxSubmission/Inbound/V2/Policy.hs
@@ -91,7 +91,7 @@ defaultTxDecisionPolicy =
91
scoreRate = 0.001,
92
scoreMax = 15 * 60,
93
scoreAcceptDecrement = 3,
94
- interTxSpace = 0.050,
95
- inflightTimeout = 0.5,
+ interTxSpace = 0.125,
+ inflightTimeout = 0.500,
96
maxPeerClaimDelay = 0.250
97
}
0 commit comments