Skip to content

Commit

Permalink
Optimization.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed May 20, 2024
1 parent ce4ffd2 commit c206d52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/testnet/include/observers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ assembleCommand_startObserverNode() {
fi

local nodeCommand="./node \
-port $PORT --profile-mode -log-save -log-level $LOGLEVEL --log-logger-name --log-correlation --use-health-service -rest-api-interface localhost:$RESTAPIPORT \
-port $PORT -log-save -log-level $LOGLEVEL --log-logger-name --log-correlation -rest-api-interface localhost:$RESTAPIPORT \
-destination-shard-as-observer $SHARD \
--sk-index $KEY_INDEX \
$KEYS_FLAGS \
Expand Down
2 changes: 1 addition & 1 deletion scripts/testnet/include/validators.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ assembleCommand_startValidatorNode() {
WORKING_DIR=$TESTNETDIR/node_working_dirs/$DIR_NAME$VALIDATOR_INDEX

local node_command="./node \
--port $PORT --profile-mode --log-save --log-level $LOGLEVEL --log-logger-name --log-correlation --use-health-service --rest-api-interface localhost:$RESTAPIPORT \
--port $PORT --log-save --log-level $LOGLEVEL --log-logger-name --log-correlation --rest-api-interface localhost:$RESTAPIPORT \
--sk-index $KEY_INDEX \
--working-directory $WORKING_DIR --config-external ./config/external_validator.toml --config ./config/config_validator.toml"

Expand Down

0 comments on commit c206d52

Please sign in to comment.