Skip to content

Commit b39af53

Browse files
refactor(tx_pool_check): remove redundant secondsBeforeRunning parameter from configuration
1 parent 9975d2e commit b39af53

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

playbooks/dev/tx-pool-check.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ tasks:
2626
measureInterval: 100
2727
highLatency: 5000
2828
failOnHighLatency: true
29-
secondsBeforeRunning: 15
3029
configVars:
3130
privateKey: "walletPrivkey"
3231
- name: tx_pool_clean
@@ -40,7 +39,6 @@ tasks:
4039
config:
4140
qps: 10000
4241
measureInterval: 1000
43-
secondsBeforeRunning: 15
4442
configVars:
4543
privateKey: "walletPrivkey"
4644
- name: tx_pool_clean
@@ -56,7 +54,6 @@ tasks:
5654
measureInterval: 1000
5755
highLatency: 5000
5856
failOnHighLatency: true
59-
secondsBeforeRunning: 15
6057
configVars:
6158
privateKey: "walletPrivkey"
6259
- name: tx_pool_clean
@@ -70,7 +67,6 @@ tasks:
7067
config:
7168
qps: 15000
7269
measureInterval: 1500
73-
secondsBeforeRunning: 15
7470
configVars:
7571
privateKey: "walletPrivkey"
7672
- name: tx_pool_clean
@@ -86,6 +82,5 @@ tasks:
8682
measureInterval: 1500
8783
highLatency: 5000
8884
failOnHighLatency: true
89-
secondsBeforeRunning: 15
9085
configVars:
9186
privateKey: "walletPrivkey"

0 commit comments

Comments
 (0)