Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

[PAN-1062] Specify pending transaction retention period (2 of 2) #1333

Merged
merged 26 commits into from
Apr 30, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
knst
  • Loading branch information
smatthewenglish committed Apr 30, 2019
commit b86c8c614db5dc23312021a0286ae8dd82a2b5f6
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ public void transactionMessagesGoToTheCorrectExecutor() {
PendingTransactions.MAX_PENDING_TRANSACTIONS,
metricsSystem,
mock(SyncState.class),
13);
PendingTransactions.PENDING_TX_RETENTION_HOURS);

// Send just a transaction message.
final PeerConnection peer = setupPeer(ethManager, (cap, msg, connection) -> {});
Expand Down