Skip to content

Commit ed268cc

Browse files
refactor(tx_pool_check): comment out the tx_pool_clean task to simplify the transaction pool configuration
1 parent db06218 commit ed268cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

playbooks/dev/tx-pool-check.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ tasks:
2828
failOnHighLatency: true
2929
configVars:
3030
privateKey: "walletPrivkey"
31-
- name: tx_pool_clean
32-
title: "Clean transaction pool"
33-
timeout: 5m
34-
config:
35-
waitTime: 5
31+
# - name: tx_pool_clean
32+
# title: "Clean transaction pool"
33+
# timeout: 5m
34+
# config:
35+
# waitTime: 5
3636
# - name: tx_pool_throughput_analysis
3737
# title: "Check transaction pool throughput with 10.000 transactions in one second"
3838
# timeout: 10m

0 commit comments

Comments
 (0)