Skip to content

Commit 003f1ba

Browse files
fix(tx-pool-check): increase log interval from 2000 to 2500 for improved monitoring accuracy
1 parent bb4e1c9 commit 003f1ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playbooks/dev/tx-pool-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ tasks:
3939
config:
4040
tps: 5000
4141
durationS: 5
42-
logInterval: 2000
42+
logInterval: 2500
4343
configVars:
4444
privateKey: "walletPrivkey"
4545
- name: tx_pool_clean
@@ -53,6 +53,6 @@ tasks:
5353
config:
5454
tps: 5000
5555
durationS: 5
56-
logInterval: 2000
56+
logInterval: 2500
5757
configVars:
5858
privateKey: "walletPrivkey"

0 commit comments

Comments
 (0)