Skip to content

Commit

Permalink
can use lower mempool size
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Oct 17, 2024
1 parent 0031bf8 commit f9b88f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testground/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ nix run .#stateless-testcase -- gen /tmp/data/out \
--num-txs 20 \
--num-idle 20 \
--app-patch '{"mempool": {"max-txs": -1}}' \
--config-patch '{"mempool": {"size": 100000}}' \
--config-patch '{"mempool": {"size": 10000}}' \
--tx-type erc20-transfer \
--genesis-patch '{"consensus": {"params": {"block": {"max_gas": "263000000"}}}}'
```
Expand Down

0 comments on commit f9b88f3

Please sign in to comment.