Skip to content

Commit

Permalink
test(reintroduce expired tx flush): tweek slot duration
Browse files Browse the repository at this point in the history
in the hope of processing all good txs in time
  • Loading branch information
cong-or committed Dec 4, 2023
1 parent b2e806d commit 5fb1837
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jormungandr/src/fragment/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ impl Process {
fragment_ids
);
pool.remove_added_to_block(fragment_ids, status);
pool.remove_expired_txs().await;

}.instrument(span).await
}
Expand Down

0 comments on commit 5fb1837

Please sign in to comment.