Skip to content

Commit

Permalink
set mempool buffer size to default Comet's mempool size
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Nov 9, 2023
1 parent a7ef78f commit 6089d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/src/lib/node/ledger/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ async fn run_abci(
.mempool(
ServiceBuilder::new()
.load_shed()
.buffer(1024)
.buffer(5000) // matching default Comet's mempool.size
.service(mempool),
)
.info(
Expand Down

0 comments on commit 6089d04

Please sign in to comment.