Skip to content

Commit 77c974c

Browse files
committed
WIP: bump interTxSpace to 125ms
50ms was too low in my mainnet relay. Most tx requests took longer than that. 125ms should be long enough for 90% of all requests.
1 parent 0585659 commit 77c974c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • ouroboros-network/lib/Ouroboros/Network/TxSubmission/Inbound/V2

ouroboros-network/lib/Ouroboros/Network/TxSubmission/Inbound/V2/Policy.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ defaultTxDecisionPolicy =
9191
scoreRate = 0.001,
9292
scoreMax = 15 * 60,
9393
scoreAcceptDecrement = 3,
94-
interTxSpace = 0.050,
95-
inflightTimeout = 0.5,
94+
interTxSpace = 0.125,
95+
inflightTimeout = 0.500,
9696
maxPeerClaimDelay = 0.250
9797
}

0 commit comments

Comments
 (0)