Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
add unit for 2 params config
Browse files Browse the repository at this point in the history
  • Loading branch information
huyngopt1994 committed Mar 1, 2024
1 parent 41bb8a7 commit d38458d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/bridge-operators/setup/run-bridge-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ The size of your Ronin node will also grow over time.
LISTENERS__RONIN__RPCURL=<replace_your_rpc_endpoint>
LISTENERS__RONIN__TASKINTERVAL=3
LISTENERS__RONIN__TRANSACTIONCHECKPERIOD=50
LISTENERS__RONIN__TASKINTERVAL=3s
LISTENERS__RONIN__TRANSACTIONCHECKPERIOD=50s
LISTENERS__RONIN__MAXPROCESSINGTASKS=200
LISTENERS__ETHEREUM__GETLOGSBATCHSIZE=100
Expand Down
4 changes: 2 additions & 2 deletions docs/validators/setup/mainnet/run-combined.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ The size of your node will also grow over time.
CONFIG_PATH=config.mainnet.json
LISTENERS__RONIN__TASKINTERVAL=3
LISTENERS__RONIN__TRANSACTIONCHECKPERIOD=50
LISTENERS__RONIN__TASKINTERVAL=3s
LISTENERS__RONIN__TRANSACTIONCHECKPERIOD=50s
LISTENERS__RONIN__MAXPROCESSINGTASKS=200
LISTENERS__ETHEREUM__GETLOGSBATCHSIZE=100
Expand Down

0 comments on commit d38458d

Please sign in to comment.